Html Css Color HEX #D80539 Crimson

📋 copy color: '#D80539'

red 216 ◦ green 5 ◦ blue 57

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

Shades of Crimson #D80539

Tints of Crimson #D80539

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.8%

 BLUE value IS 57 (22.66% from 255) = 20.5%

R = 77.7%
G = 1.8%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D80539 (or 0xD80539) is known color: Crimson. HEX triplet: D8, 05 and 39. RGB value is (216,5,57). Sum of RGB (Red+Green+Blue) = 216+5+57=278 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.70% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 216 - color contains mainly: red. Hex color #D80539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80539 is #27FAC6. Grayscale: #4A4A4A. Windows color (decimal): -2620103 or 3737048. OLE color: 3737048.

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

Color convert

RGB 216 5 57 -
CMYK 0 0.98 0.74 0.15
HSL 345.21º 0.95% 0.43% -
HSV(B) 345.21º 0.98% 0.85% -
XYZ 29.11 15 5.23 -
YUV 74.02 118.4 229.27 -
System Red Green Blue C M Y K H S L
Decimal 216 5 57 0 0.98 0.74 0.15 345.21 0.95 0.43
Hex D8 5 39 0 62 4A F 159 5F 2B
Octal 330 5 71 0 142 112 17 531 137 53
Binary 11011000 101 111001 0 1100010 1001010 1111 101011001 1011111 101011

Color Harmonies of #D80539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80539

Black with #D80539

Text Example


Text Example

White with #D80539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80539; }

 p { color: rgb(216,5,57); }

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

background-color css

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

 a { background-color: rgb(216,5,57); }

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

border-color css

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

 span { border-color: rgb(216,5,57); }

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