Html Css Color HEX #D80939 Crimson

📋 copy color: '#D80939'

red 216 ◦ green 9 ◦ blue 57

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

Shades of Crimson #D80939

Tints of Crimson #D80939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.19%

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

R = 76.6%
G = 3.19%
B = 20.21%

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

#D80939 (or 0xD80939) is known color: Crimson. HEX triplet: D8, 09 and 39. RGB value is (216,9,57). Sum of RGB (Red+Green+Blue) = 216+9+57=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D80939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80939 is #27F6C6. Grayscale: #4C4C4C. Windows color (decimal): -2619079 or 3738072. OLE color: 3738072.

HSL color Cylindrical-coordinate representation of color #D80939: hue angle of 346.09º degrees, saturation: 0.92, 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 #D80939 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 9 57 -
CMYK 0 0.96 0.74 0.15
HSL 346.09º 0.92% 0.44% -
HSV(B) 346.09º 0.96% 0.85% -
XYZ 29.16 15.09 5.25 -
YUV 76.37 117.08 227.6 -
System Red Green Blue C M Y K H S L
Decimal 216 9 57 0 0.96 0.74 0.15 346.09 0.92 0.44
Hex D8 9 39 0 60 4A F 15A 5C 2C
Octal 330 11 71 0 140 112 17 532 134 54
Binary 11011000 1001 111001 0 1100000 1001010 1111 101011010 1011100 101100

Color Harmonies of #D80939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80939

Black with #D80939

Text Example


Text Example

White with #D80939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80939; }

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

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

background-color css

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

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

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

border-color css

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

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

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