Html Css Color HEX #D80037 Crimson

📋 copy color: '#D80037'

red 216 ◦ green 0 ◦ blue 55

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

Shades of Crimson #D80037

Tints of Crimson #D80037

RGB

 RED value IS 216 (84.77% from 255) = 79.7%

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

 BLUE value IS 55 (21.88% 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.15

RGB Variations

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

Color information

#D80037 (or 0xD80037) is known color: Crimson. HEX triplet: D8, 00 and 37. RGB value is (216,0,55). Sum of RGB (Red+Green+Blue) = 216+0+55=271 (35% of max value = 765). Red value is 216 (84.77% from 255 or 79.70% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 216 - color contains mainly: red. Hex color #D80037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80037 is #27FFC8. Grayscale: #464646. Windows color (decimal): -2621385 or 3604696. OLE color: 3604696.

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

Color convert

RGB 216 0 55 -
CMYK 0 1 0.75 0.15
HSL 344.72º 1% 0.42% -
HSV(B) 344.72º 1% 0.85% -
XYZ 29.01 14.87 4.96 -
YUV 70.85 119.06 231.53 -
System Red Green Blue C M Y K H S L
Decimal 216 0 55 0 1 0.75 0.15 344.72 1 0.42
Hex D8 0 37 0 64 4B F 159 64 2A
Octal 330 0 67 0 144 113 17 531 144 52
Binary 11011000 0 110111 0 1100100 1001011 1111 101011001 1100100 101010

Color Harmonies of #D80037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80037

Black with #D80037

Text Example


Text Example

White with #D80037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80037; }

 p { color: rgb(216,0,55); }

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

background-color css

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

 a { background-color: rgb(216,0,55); }

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

border-color css

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

 span { border-color: rgb(216,0,55); }

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