Html Css Color HEX #D80735 Crimson

📋 copy color: '#D80735'

red 216 ◦ green 7 ◦ blue 53

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

Shades of Crimson #D80735

Tints of Crimson #D80735

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.54%

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

R = 78.26%
G = 2.54%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D80735 (or 0xD80735) is known color: Crimson. HEX triplet: D8, 07 and 35. RGB value is (216,7,53). Sum of RGB (Red+Green+Blue) = 216+7+53=276 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.26% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 216 - color contains mainly: red. Hex color #D80735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80735 is #27F8CA. Grayscale: #4A4A4A. Windows color (decimal): -2619595 or 3475416. OLE color: 3475416.

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

Color convert

RGB 216 7 53 -
CMYK 0 0.97 0.75 0.15
HSL 346.79º 0.94% 0.44% -
HSV(B) 346.79º 0.97% 0.85% -
XYZ 29.04 15.01 4.73 -
YUV 74.74 115.74 228.76 -
System Red Green Blue C M Y K H S L
Decimal 216 7 53 0 0.97 0.75 0.15 346.79 0.94 0.44
Hex D8 7 35 0 61 4B F 15B 5E 2C
Octal 330 7 65 0 141 113 17 533 136 54
Binary 11011000 111 110101 0 1100001 1001011 1111 101011011 1011110 101100

Color Harmonies of #D80735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80735

Black with #D80735

Text Example


Text Example

White with #D80735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80735; }

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

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

background-color css

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

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

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

border-color css

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

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

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