Html Css Color HEX #D80C35 Crimson

📋 copy color: '#D80C35'

red 216 ◦ green 12 ◦ blue 53

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

Shades of Crimson #D80C35

Tints of Crimson #D80C35

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.27%

 BLUE value IS 53 (21.09% from 255) = 18.86%

R = 76.87%
G = 4.27%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D80C35 (or 0xD80C35) is known color: Crimson. HEX triplet: D8, 0C and 35. RGB value is (216,12,53). Sum of RGB (Red+Green+Blue) = 216+12+53=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80C35 is #27F3CA. Grayscale: #4D4D4D. Windows color (decimal): -2618315 or 3476696. OLE color: 3476696.

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

Color convert

RGB 216 12 53 -
CMYK 0 0.94 0.75 0.15
HSL 347.94º 0.89% 0.45% -
HSV(B) 347.94º 0.94% 0.85% -
XYZ 29.09 15.12 4.75 -
YUV 77.67 114.09 226.67 -
System Red Green Blue C M Y K H S L
Decimal 216 12 53 0 0.94 0.75 0.15 347.94 0.89 0.45
Hex D8 C 35 0 5E 4B F 15C 59 2D
Octal 330 14 65 0 136 113 17 534 131 55
Binary 11011000 1100 110101 0 1011110 1001011 1111 101011100 1011001 101101

Color Harmonies of #D80C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C35

Black with #D80C35

Text Example


Text Example

White with #D80C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C35; }

 p { color: rgb(216,12,53); }

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

background-color css

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

 a { background-color: rgb(216,12,53); }

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

border-color css

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

 span { border-color: rgb(216,12,53); }

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