Html Css Color HEX #D80035 Crimson

📋 copy color: '#D80035'

red 216 ◦ green 0 ◦ blue 53

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

Shades of Crimson #D80035

Tints of Crimson #D80035

RGB

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

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

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

R = 80.3%
G = 0%
B = 19.7%

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

#D80035 (or 0xD80035) is known color: Crimson. HEX triplet: D8, 00 and 35. RGB value is (216,0,53). Sum of RGB (Red+Green+Blue) = 216+0+53=269 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.30% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 216 - color contains mainly: red. Hex color #D80035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80035 is #27FFCA. Grayscale: #464646. Windows color (decimal): -2621387 or 3473624. OLE color: 3473624.

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

Color convert

RGB 216 0 53 -
CMYK 0 1 0.75 0.15
HSL 345.28º 1% 0.42% -
HSV(B) 345.28º 1% 0.85% -
XYZ 28.96 14.86 4.71 -
YUV 70.63 118.06 231.69 -
System Red Green Blue C M Y K H S L
Decimal 216 0 53 0 1 0.75 0.15 345.28 1 0.42
Hex D8 0 35 0 64 4B F 159 64 2A
Octal 330 0 65 0 144 113 17 531 144 52
Binary 11011000 0 110101 0 1100100 1001011 1111 101011001 1100100 101010

Color Harmonies of #D80035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80035

Black with #D80035

Text Example


Text Example

White with #D80035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80035; }

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

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

background-color css

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

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

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

border-color css

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

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

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