Html Css Color HEX #D40039 Crimson

📋 copy color: '#D40039'

red 212 ◦ green 0 ◦ blue 57

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

Shades of Crimson #D40039

Tints of Crimson #D40039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.81%
G = 0%
B = 21.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D40039 (or 0xD40039) is known color: Crimson. HEX triplet: D4, 00 and 39. RGB value is (212,0,57). Sum of RGB (Red+Green+Blue) = 212+0+57=269 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.81% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 212 - color contains mainly: red. Hex color #D40039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40039 is #2BFFC6. Grayscale: #454545. Windows color (decimal): -2883527 or 3735764. OLE color: 3735764.

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

Color convert

RGB 212 0 57 -
CMYK 0 1 0.73 0.17
HSL 343.87º 1% 0.42% -
HSV(B) 343.87º 1% 0.83% -
XYZ 27.89 14.29 5.16 -
YUV 69.89 120.74 229.37 -
System Red Green Blue C M Y K H S L
Decimal 212 0 57 0 1 0.73 0.17 343.87 1 0.42
Hex D4 0 39 0 64 49 11 158 64 2A
Octal 324 0 71 0 144 111 21 530 144 52
Binary 11010100 0 111001 0 1100100 1001001 10001 101011000 1100100 101010

Color Harmonies of #D40039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40039

Black with #D40039

Text Example


Text Example

White with #D40039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40039; }

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

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

background-color css

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

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

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

border-color css

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

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

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