Html Css Color HEX #D80839 Crimson

📋 copy color: '#D80839'

red 216 ◦ green 8 ◦ blue 57

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

Shades of Crimson #D80839

Tints of Crimson #D80839

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.85%

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

R = 76.87%
G = 2.85%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D80839 (or 0xD80839) is known color: Crimson. HEX triplet: D8, 08 and 39. RGB value is (216,8,57). Sum of RGB (Red+Green+Blue) = 216+8+57=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D80839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80839 is #27F7C6. Grayscale: #4B4B4B. Windows color (decimal): -2619335 or 3737816. OLE color: 3737816.

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

Color convert

RGB 216 8 57 -
CMYK 0 0.96 0.74 0.15
HSL 345.87º 0.93% 0.44% -
HSV(B) 345.87º 0.96% 0.85% -
XYZ 29.14 15.07 5.24 -
YUV 75.78 117.41 228.02 -
System Red Green Blue C M Y K H S L
Decimal 216 8 57 0 0.96 0.74 0.15 345.87 0.93 0.44
Hex D8 8 39 0 60 4A F 15A 5D 2C
Octal 330 10 71 0 140 112 17 532 135 54
Binary 11011000 1000 111001 0 1100000 1001010 1111 101011010 1011101 101100

Color Harmonies of #D80839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80839

Black with #D80839

Text Example


Text Example

White with #D80839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80839; }

 p { color: rgb(216,8,57); }

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

background-color css

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

 a { background-color: rgb(216,8,57); }

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

border-color css

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

 span { border-color: rgb(216,8,57); }

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