Html Css Color HEX #D40C39 Crimson

📋 copy color: '#D40C39'

red 212 ◦ green 12 ◦ blue 57

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

Shades of Crimson #D40C39

Tints of Crimson #D40C39

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.27%

 BLUE value IS 57 (22.66% from 255) = 20.28%

R = 75.44%
G = 4.27%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D40C39 (or 0xD40C39) is known color: Crimson. HEX triplet: D4, 0C and 39. RGB value is (212,12,57). Sum of RGB (Red+Green+Blue) = 212+12+57=281 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.44% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40C39 is #2BF3C6. Grayscale: #4C4C4C. Windows color (decimal): -2880455 or 3738836. OLE color: 3738836.

HSL color Cylindrical-coordinate representation of color #D40C39: hue angle of 346.5º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40C39 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 12 57 -
CMYK 0 0.94 0.73 0.17
HSL 346.5º 0.89% 0.44% -
HSV(B) 346.5º 0.94% 0.83% -
XYZ 28.02 14.56 5.2 -
YUV 76.93 116.76 224.34 -
System Red Green Blue C M Y K H S L
Decimal 212 12 57 0 0.94 0.73 0.17 346.5 0.89 0.44
Hex D4 C 39 0 5E 49 11 15A 59 2C
Octal 324 14 71 0 136 111 21 532 131 54
Binary 11010100 1100 111001 0 1011110 1001001 10001 101011010 1011001 101100

Color Harmonies of #D40C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40C39

Black with #D40C39

Text Example


Text Example

White with #D40C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40C39; }

 p { color: rgb(212,12,57); }

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

background-color css

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

 a { background-color: rgb(212,12,57); }

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

border-color css

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

 span { border-color: rgb(212,12,57); }

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