Html Css Color HEX #D80932 Crimson

📋 copy color: '#D80932'

red 216 ◦ green 9 ◦ blue 50

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

Shades of Crimson #D80932

Tints of Crimson #D80932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.18%

R = 78.55%
G = 3.27%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D80932 (or 0xD80932) is known color: Crimson. HEX triplet: D8, 09 and 32. RGB value is (216,9,50). Sum of RGB (Red+Green+Blue) = 216+9+50=275 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.55% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 216 - color contains mainly: red. Hex color #D80932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80932 is #27F6CD. Grayscale: #4B4B4B. Windows color (decimal): -2619086 or 3279320. OLE color: 3279320.

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

Color convert

RGB 216 9 50 -
CMYK 0 0.96 0.77 0.15
HSL 348.12º 0.92% 0.44% -
HSV(B) 348.12º 0.96% 0.85% -
XYZ 28.99 15.02 4.39 -
YUV 75.57 113.58 228.17 -
System Red Green Blue C M Y K H S L
Decimal 216 9 50 0 0.96 0.77 0.15 348.12 0.92 0.44
Hex D8 9 32 0 60 4D F 15C 5C 2C
Octal 330 11 62 0 140 115 17 534 134 54
Binary 11011000 1001 110010 0 1100000 1001101 1111 101011100 1011100 101100

Color Harmonies of #D80932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80932

Black with #D80932

Text Example


Text Example

White with #D80932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80932; }

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

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

background-color css

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

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

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

border-color css

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

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

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