Html Css Color HEX #D80942 Crimson

📋 copy color: '#D80942'

red 216 ◦ green 9 ◦ blue 66

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

Shades of Crimson #D80942

Tints of Crimson #D80942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.68%

R = 74.23%
G = 3.09%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D80942 (or 0xD80942) is known color: Crimson. HEX triplet: D8, 09 and 42. RGB value is (216,9,66). Sum of RGB (Red+Green+Blue) = 216+9+66=291 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.23% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 216 - color contains mainly: red. Hex color #D80942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80942 is #27F6BD. Grayscale: #4D4D4D. Windows color (decimal): -2619070 or 4327896. OLE color: 4327896.

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

Color convert

RGB 216 9 66 -
CMYK 0 0.96 0.69 0.15
HSL 343.48º 0.92% 0.44% -
HSV(B) 343.48º 0.96% 0.85% -
XYZ 29.4 15.19 6.54 -
YUV 77.39 121.58 226.87 -
System Red Green Blue C M Y K H S L
Decimal 216 9 66 0 0.96 0.69 0.15 343.48 0.92 0.44
Hex D8 9 42 0 60 45 F 157 5C 2C
Octal 330 11 102 0 140 105 17 527 134 54
Binary 11011000 1001 1000010 0 1100000 1000101 1111 101010111 1011100 101100

Color Harmonies of #D80942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80942

Black with #D80942

Text Example


Text Example

White with #D80942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80942; }

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

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

background-color css

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

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

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

border-color css

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

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

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