Html Css Color HEX #D40032 Crimson

📋 copy color: '#D40032'

red 212 ◦ green 0 ◦ blue 50

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

Shades of Crimson #D40032

Tints of Crimson #D40032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.08%

R = 80.92%
G = 0%
B = 19.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D40032 (or 0xD40032) is known color: Crimson. HEX triplet: D4, 00 and 32. RGB value is (212,0,50). Sum of RGB (Red+Green+Blue) = 212+0+50=262 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.92% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 212 - color contains mainly: red. Hex color #D40032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40032 is #2BFFCD. Grayscale: #454545. Windows color (decimal): -2883534 or 3277012. OLE color: 3277012.

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

Color convert

RGB 212 0 50 -
CMYK 0 1 0.76 0.17
HSL 345.85º 1% 0.42% -
HSV(B) 345.85º 1% 0.83% -
XYZ 27.73 14.23 4.3 -
YUV 69.09 117.24 229.93 -
System Red Green Blue C M Y K H S L
Decimal 212 0 50 0 1 0.76 0.17 345.85 1 0.42
Hex D4 0 32 0 64 4C 11 15A 64 2A
Octal 324 0 62 0 144 114 21 532 144 52
Binary 11010100 0 110010 0 1100100 1001100 10001 101011010 1100100 101010

Color Harmonies of #D40032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40032

Black with #D40032

Text Example


Text Example

White with #D40032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40032; }

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

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

background-color css

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

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

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

border-color css

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

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

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