Html Css Color HEX #D80436 Crimson

📋 copy color: '#D80436'

red 216 ◦ green 4 ◦ blue 54

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

Shades of Crimson #D80436

Tints of Crimson #D80436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.71%

R = 78.83%
G = 1.46%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D80436 (or 0xD80436) is known color: Crimson. HEX triplet: D8, 04 and 36. RGB value is (216,4,54). Sum of RGB (Red+Green+Blue) = 216+4+54=274 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.83% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 216 - color contains mainly: red. Hex color #D80436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80436 is #27FBC9. Grayscale: #494949. Windows color (decimal): -2620362 or 3540184. OLE color: 3540184.

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

Color convert

RGB 216 4 54 -
CMYK 0 0.98 0.75 0.15
HSL 345.85º 0.96% 0.43% -
HSV(B) 345.85º 0.98% 0.85% -
XYZ 29.03 14.95 4.85 -
YUV 73.09 117.24 229.93 -
System Red Green Blue C M Y K H S L
Decimal 216 4 54 0 0.98 0.75 0.15 345.85 0.96 0.43
Hex D8 4 36 0 62 4B F 15A 60 2B
Octal 330 4 66 0 142 113 17 532 140 53
Binary 11011000 100 110110 0 1100010 1001011 1111 101011010 1100000 101011

Color Harmonies of #D80436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80436

Black with #D80436

Text Example


Text Example

White with #D80436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80436; }

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

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

background-color css

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

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

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

border-color css

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

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

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