#D41C35

Color #D41C35 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #D41C35

Tints of Crimson #D41C35

Color information

#D41C35 (or 0xD41C35) is unknown color: approx Crimson. HEX triplet: D4, 1C and 35. RGB value is (212,28,53). Sum of RGB (Red+Green+Blue) = 212+28+53=293 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.35% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 212 - color contains mainly: red. Hex color #D41C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41C35 is #2BE3CA. Grayscale: #555555. Windows color (decimal): -2876363 or 3480788. OLE color: 3480788.

HSL color Cylindrical-coordinate representation of color #D41C35: hue angle of 351.85º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41C35 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB2122853-
CMYK00.870.750.17
HSL351.85º76.67%47.06%-
HSV(B)351.85º86.79%83.14%-
XYZ28.2115.084.79-
YUV85.87109.46217.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 72.35%
GREEN value IS 28 (11.33% from 255) = 9.56%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=72.35%
G=9.56%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212285300.870.750.17351.8576.6747.06
HexD41C350574B111604d2f
Octal324346501271132154011557
Binary1101010011100110101010101111001011100011011000001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41C35; }

 p { color: rgb(212,28,53); }

 H1.HeaderClassName
 {
   color: #D41C35;
 }
 .AnyTagClassName
 {
   color: #D41C35;
 }
</style>
background-color css

<style>
 a { background-color: #D41C35; }

 a { background-color: rgb(212,28,53); }

 div.DivClassName
 {
   background-color: #D41C35;
 }
 .BgClassName
 {
   background-color: #D41C35;
 }
</style>
border-color css

<style>
 span { border-color: #D41C35; }

 span { border-color: rgb(212,28,53); }

 td.TdClassName
 {
   border-color: #D41C35;
 }
 .TagClassName
 {
   border-color: #D41C35;
 }
</style>