Html Css Color HEX #D80B31 Crimson

📋 copy color: '#D80B31'

red 216 ◦ green 11 ◦ blue 49

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

Shades of Crimson #D80B31

Tints of Crimson #D80B31

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.99%

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 78.26%
G = 3.99%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D80B31 (or 0xD80B31) is known color: Crimson. HEX triplet: D8, 0B and 31. RGB value is (216,11,49). Sum of RGB (Red+Green+Blue) = 216+11+49=276 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.26% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80B31 is #27F4CE. Grayscale: #4C4C4C. Windows color (decimal): -2618575 or 3214296. OLE color: 3214296.

HSL color Cylindrical-coordinate representation of color #D80B31: hue angle of 348.88º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80B31 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 11 49 -
CMYK 0 0.95 0.77 0.15
HSL 348.88º 0.9% 0.45% -
HSV(B) 348.88º 0.95% 0.85% -
XYZ 28.99 15.06 4.28 -
YUV 76.63 112.42 227.41 -
System Red Green Blue C M Y K H S L
Decimal 216 11 49 0 0.95 0.77 0.15 348.88 0.9 0.45
Hex D8 B 31 0 5F 4D F 15D 5A 2D
Octal 330 13 61 0 137 115 17 535 132 55
Binary 11011000 1011 110001 0 1011111 1001101 1111 101011101 1011010 101101

Color Harmonies of #D80B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80B31

Black with #D80B31

Text Example


Text Example

White with #D80B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80B31; }

 p { color: rgb(216,11,49); }

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

background-color css

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

 a { background-color: rgb(216,11,49); }

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

border-color css

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

 span { border-color: rgb(216,11,49); }

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