Html Css Color HEX #D80732 Crimson

📋 copy color: '#D80732'

red 216 ◦ green 7 ◦ blue 50

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

Shades of Crimson #D80732

Tints of Crimson #D80732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.32%

R = 79.12%
G = 2.56%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D80732 (or 0xD80732) is known color: Crimson. HEX triplet: D8, 07 and 32. RGB value is (216,7,50). Sum of RGB (Red+Green+Blue) = 216+7+50=273 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.12% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 216 - color contains mainly: red. Hex color #D80732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80732 is #27F8CD. Grayscale: #4A4A4A. Windows color (decimal): -2619598 or 3278808. OLE color: 3278808.

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

Color convert

RGB 216 7 50 -
CMYK 0 0.97 0.77 0.15
HSL 347.66º 0.94% 0.44% -
HSV(B) 347.66º 0.97% 0.85% -
XYZ 28.97 14.98 4.38 -
YUV 74.39 114.24 229 -
System Red Green Blue C M Y K H S L
Decimal 216 7 50 0 0.97 0.77 0.15 347.66 0.94 0.44
Hex D8 7 32 0 61 4D F 15C 5E 2C
Octal 330 7 62 0 141 115 17 534 136 54
Binary 11011000 111 110010 0 1100001 1001101 1111 101011100 1011110 101100

Color Harmonies of #D80732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80732

Black with #D80732

Text Example


Text Example

White with #D80732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80732; }

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

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

background-color css

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

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

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

border-color css

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

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

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