Html Css Color HEX #D40036 Crimson

📋 copy color: '#D40036'

red 212 ◦ green 0 ◦ blue 54

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

Shades of Crimson #D40036

Tints of Crimson #D40036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.3%

R = 79.7%
G = 0%
B = 20.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D40036 (or 0xD40036) is known color: Crimson. HEX triplet: D4, 00 and 36. RGB value is (212,0,54). Sum of RGB (Red+Green+Blue) = 212+0+54=266 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.70% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 212 - color contains mainly: red. Hex color #D40036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40036 is #2BFFC9. Grayscale: #454545. Windows color (decimal): -2883530 or 3539156. OLE color: 3539156.

HSL color Cylindrical-coordinate representation of color #D40036: hue angle of 344.72º 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 #D40036 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 0 54 -
CMYK 0 1 0.75 0.17
HSL 344.72º 1% 0.42% -
HSV(B) 344.72º 1% 0.83% -
XYZ 27.82 14.26 4.78 -
YUV 69.54 119.24 229.61 -
System Red Green Blue C M Y K H S L
Decimal 212 0 54 0 1 0.75 0.17 344.72 1 0.42
Hex D4 0 36 0 64 4B 11 159 64 2A
Octal 324 0 66 0 144 113 21 531 144 52
Binary 11010100 0 110110 0 1100100 1001011 10001 101011001 1100100 101010

Color Harmonies of #D40036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40036

Black with #D40036

Text Example


Text Example

White with #D40036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40036; }

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

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

background-color css

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

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

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

border-color css

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

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

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