Html Css Color HEX #D80930 Crimson

📋 copy color: '#D80930'

red 216 ◦ green 9 ◦ blue 48

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

Shades of Crimson #D80930

Tints of Crimson #D80930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 79.12%
G = 3.3%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D80930 (or 0xD80930) is known color: Crimson. HEX triplet: D8, 09 and 30. RGB value is (216,9,48). Sum of RGB (Red+Green+Blue) = 216+9+48=273 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.12% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 216 - color contains mainly: red. Hex color #D80930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80930 is #27F6CF. Grayscale: #4B4B4B. Windows color (decimal): -2619088 or 3148248. OLE color: 3148248.

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

Color convert

RGB 216 9 48 -
CMYK 0 0.96 0.78 0.15
HSL 348.7º 0.92% 0.44% -
HSV(B) 348.7º 0.96% 0.85% -
XYZ 28.95 15.01 4.17 -
YUV 75.34 112.58 228.33 -
System Red Green Blue C M Y K H S L
Decimal 216 9 48 0 0.96 0.78 0.15 348.7 0.92 0.44
Hex D8 9 30 0 60 4E F 15D 5C 2C
Octal 330 11 60 0 140 116 17 535 134 54
Binary 11011000 1001 110000 0 1100000 1001110 1111 101011101 1011100 101100

Color Harmonies of #D80930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80930

Black with #D80930

Text Example


Text Example

White with #D80930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80930; }

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

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

background-color css

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

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

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

border-color css

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

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

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