Html Css Color HEX #D80935 Crimson

📋 copy color: '#D80935'

red 216 ◦ green 9 ◦ blue 53

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

Shades of Crimson #D80935

Tints of Crimson #D80935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.24%

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

R = 77.7%
G = 3.24%
B = 19.06%

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

#D80935 (or 0xD80935) is known color: Crimson. HEX triplet: D8, 09 and 35. RGB value is (216,9,53). Sum of RGB (Red+Green+Blue) = 216+9+53=278 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.70% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 216 - color contains mainly: red. Hex color #D80935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80935 is #27F6CA. Grayscale: #4B4B4B. Windows color (decimal): -2619083 or 3475928. OLE color: 3475928.

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

Color convert

RGB 216 9 53 -
CMYK 0 0.96 0.75 0.15
HSL 347.25º 0.92% 0.44% -
HSV(B) 347.25º 0.96% 0.85% -
XYZ 29.06 15.05 4.74 -
YUV 75.91 115.08 227.92 -
System Red Green Blue C M Y K H S L
Decimal 216 9 53 0 0.96 0.75 0.15 347.25 0.92 0.44
Hex D8 9 35 0 60 4B F 15B 5C 2C
Octal 330 11 65 0 140 113 17 533 134 54
Binary 11011000 1001 110101 0 1100000 1001011 1111 101011011 1011100 101100

Color Harmonies of #D80935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80935

Black with #D80935

Text Example


Text Example

White with #D80935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80935; }

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

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

background-color css

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

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

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

border-color css

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

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

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