Html Css Color HEX #D80036 Crimson

📋 copy color: '#D80036'

red 216 ◦ green 0 ◦ blue 54

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

Shades of Crimson #D80036

Tints of Crimson #D80036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80%
G = 0%
B = 20%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D80036 (or 0xD80036) is known color: Crimson. HEX triplet: D8, 00 and 36. RGB value is (216,0,54). Sum of RGB (Red+Green+Blue) = 216+0+54=270 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 216 - color contains mainly: red. Hex color #D80036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80036 is #27FFC9. Grayscale: #464646. Windows color (decimal): -2621386 or 3539160. OLE color: 3539160.

HSL color Cylindrical-coordinate representation of color #D80036: hue angle of 345º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80036 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 0 54 -
CMYK 0 1 0.75 0.15
HSL 345º 1% 0.42% -
HSV(B) 345º 1% 0.85% -
XYZ 28.98 14.87 4.83 -
YUV 70.74 118.56 231.61 -
System Red Green Blue C M Y K H S L
Decimal 216 0 54 0 1 0.75 0.15 345 1 0.42
Hex D8 0 36 0 64 4B F 159 64 2A
Octal 330 0 66 0 144 113 17 531 144 52
Binary 11011000 0 110110 0 1100100 1001011 1111 101011001 1100100 101010

Color Harmonies of #D80036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80036

Black with #D80036

Text Example


Text Example

White with #D80036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80036; }

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

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

background-color css

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

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

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

border-color css

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

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

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