Html Css Color HEX #D41E3C Crimson

📋 copy color: '#D41E3C'

red 212 ◦ green 30 ◦ blue 60

#D41E3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #D41E3C

Tints of Crimson #D41E3C

RGB

 RED value IS 212 (83.2% from 255) = 70.2%

 GREEN value IS 30 (12.11% from 255) = 9.93%

 BLUE value IS 60 (23.83% from 255) = 19.87%

R = 70.2%
G = 9.93%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D41E3C (or 0xD41E3C) is known color: Crimson. HEX triplet: D4, 1E and 3C. RGB value is (212,30,60). Sum of RGB (Red+Green+Blue) = 212+30+60=302 (40% of max value = 765). Red value is 212 (83.20% from 255 or 70.20% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 212 - color contains mainly: red. Hex color #D41E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41E3C is #2BE1C3. Grayscale: #575757. Windows color (decimal): -2875844 or 3940052. OLE color: 3940052.

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

Color convert

RGB 212 30 60 -
CMYK 0 0.86 0.72 0.17
HSL 350.11º 0.75% 0.47% -
HSV(B) 350.11º 0.86% 0.83% -
XYZ 28.43 15.25 5.72 -
YUV 87.84 112.3 216.56 -
System Red Green Blue C M Y K H S L
Decimal 212 30 60 0 0.86 0.72 0.17 350.11 0.75 0.47
Hex D4 1E 3C 0 56 48 11 15E 4B 2F
Octal 324 36 74 0 126 110 21 536 113 57
Binary 11010100 11110 111100 0 1010110 1001000 10001 101011110 1001011 101111

Color Harmonies of #D41E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41E3C

Black with #D41E3C

Text Example


Text Example

White with #D41E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41E3C; }

 p { color: rgb(212,30,60); }

 H1.HeaderClassName
 {
   color: #D41E3C;
 }
 .AnyTagClassName
 {
   color: #D41E3C;
 }
</style>

background-color css

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

 a { background-color: rgb(212,30,60); }

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

border-color css

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

 span { border-color: rgb(212,30,60); }

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