Html Css Color HEX #D80437 Crimson

📋 copy color: '#D80437'

red 216 ◦ green 4 ◦ blue 55

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

Shades of Crimson #D80437

Tints of Crimson #D80437

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 55 (21.88% from 255) = 20%

R = 78.55%
G = 1.45%
B = 20%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D80437 (or 0xD80437) is known color: Crimson. HEX triplet: D8, 04 and 37. RGB value is (216,4,55). Sum of RGB (Red+Green+Blue) = 216+4+55=275 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.55% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 216 - color contains mainly: red. Hex color #D80437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80437 is #27FBC8. Grayscale: #494949. Windows color (decimal): -2620361 or 3605720. OLE color: 3605720.

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

Color convert

RGB 216 4 55 -
CMYK 0 0.98 0.75 0.15
HSL 345.57º 0.96% 0.43% -
HSV(B) 345.57º 0.98% 0.85% -
XYZ 29.05 14.96 4.97 -
YUV 73.2 117.74 229.85 -
System Red Green Blue C M Y K H S L
Decimal 216 4 55 0 0.98 0.75 0.15 345.57 0.96 0.43
Hex D8 4 37 0 62 4B F 15A 60 2B
Octal 330 4 67 0 142 113 17 532 140 53
Binary 11011000 100 110111 0 1100010 1001011 1111 101011010 1100000 101011

Color Harmonies of #D80437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80437

Black with #D80437

Text Example


Text Example

White with #D80437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80437; }

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

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

background-color css

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

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

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

border-color css

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

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

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