Html Css Color HEX #D80936 Crimson

📋 copy color: '#D80936'

red 216 ◦ green 9 ◦ blue 54

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

Shades of Crimson #D80936

Tints of Crimson #D80936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.35%

R = 77.42%
G = 3.23%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D80936 (or 0xD80936) is known color: Crimson. HEX triplet: D8, 09 and 36. RGB value is (216,9,54). Sum of RGB (Red+Green+Blue) = 216+9+54=279 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.42% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 216 - color contains mainly: red. Hex color #D80936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80936 is #27F6C9. Grayscale: #4C4C4C. Windows color (decimal): -2619082 or 3541464. OLE color: 3541464.

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

Color convert

RGB 216 9 54 -
CMYK 0 0.96 0.75 0.15
HSL 346.96º 0.92% 0.44% -
HSV(B) 346.96º 0.96% 0.85% -
XYZ 29.08 15.06 4.86 -
YUV 76.02 115.58 227.84 -
System Red Green Blue C M Y K H S L
Decimal 216 9 54 0 0.96 0.75 0.15 346.96 0.92 0.44
Hex D8 9 36 0 60 4B F 15B 5C 2C
Octal 330 11 66 0 140 113 17 533 134 54
Binary 11011000 1001 110110 0 1100000 1001011 1111 101011011 1011100 101100

Color Harmonies of #D80936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80936

Black with #D80936

Text Example


Text Example

White with #D80936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80936; }

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

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

background-color css

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

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

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

border-color css

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

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

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