Html Css Color HEX #D80835 Crimson

📋 copy color: '#D80835'

red 216 ◦ green 8 ◦ blue 53

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

Shades of Crimson #D80835

Tints of Crimson #D80835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.89%

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

R = 77.98%
G = 2.89%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D80835 (or 0xD80835) is known color: Crimson. HEX triplet: D8, 08 and 35. RGB value is (216,8,53). Sum of RGB (Red+Green+Blue) = 216+8+53=277 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.98% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 216 - color contains mainly: red. Hex color #D80835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80835 is #27F7CA. Grayscale: #4B4B4B. Windows color (decimal): -2619339 or 3475672. OLE color: 3475672.

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

Color convert

RGB 216 8 53 -
CMYK 0 0.96 0.75 0.15
HSL 347.02º 0.93% 0.44% -
HSV(B) 347.02º 0.96% 0.85% -
XYZ 29.05 15.03 4.74 -
YUV 75.32 115.41 228.34 -
System Red Green Blue C M Y K H S L
Decimal 216 8 53 0 0.96 0.75 0.15 347.02 0.93 0.44
Hex D8 8 35 0 60 4B F 15B 5D 2C
Octal 330 10 65 0 140 113 17 533 135 54
Binary 11011000 1000 110101 0 1100000 1001011 1111 101011011 1011101 101100

Color Harmonies of #D80835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80835

Black with #D80835

Text Example


Text Example

White with #D80835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80835; }

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

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

background-color css

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

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

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

border-color css

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

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

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