Html Css Color HEX #D80439 Crimson

📋 copy color: '#D80439'

red 216 ◦ green 4 ◦ blue 57

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

Shades of Crimson #D80439

Tints of Crimson #D80439

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

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

R = 77.98%
G = 1.44%
B = 20.58%

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

#D80439 (or 0xD80439) is known color: Crimson. HEX triplet: D8, 04 and 39. RGB value is (216,4,57). Sum of RGB (Red+Green+Blue) = 216+4+57=277 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.98% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 216 - color contains mainly: red. Hex color #D80439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80439 is #27FBC6. Grayscale: #494949. Windows color (decimal): -2620359 or 3736792. OLE color: 3736792.

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

Color convert

RGB 216 4 57 -
CMYK 0 0.98 0.74 0.15
HSL 345º 0.96% 0.43% -
HSV(B) 345º 0.98% 0.85% -
XYZ 29.1 14.98 5.23 -
YUV 73.43 118.74 229.69 -
System Red Green Blue C M Y K H S L
Decimal 216 4 57 0 0.98 0.74 0.15 345 0.96 0.43
Hex D8 4 39 0 62 4A F 159 60 2B
Octal 330 4 71 0 142 112 17 531 140 53
Binary 11011000 100 111001 0 1100010 1001010 1111 101011001 1100000 101011

Color Harmonies of #D80439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80439

Black with #D80439

Text Example


Text Example

White with #D80439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80439; }

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

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

background-color css

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

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

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

border-color css

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

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

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