Html Css Color HEX #D80A47 Crimson

📋 copy color: '#D80A47'

red 216 ◦ green 10 ◦ blue 71

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

Shades of Crimson #D80A47

Tints of Crimson #D80A47

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.37%

 BLUE value IS 71 (28.13% from 255) = 23.91%

R = 72.73%
G = 3.37%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D80A47 (or 0xD80A47) is known color: Crimson. HEX triplet: D8, 0A and 47. RGB value is (216,10,71). Sum of RGB (Red+Green+Blue) = 216+10+71=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80A47 is #27F5B8. Grayscale: #4E4E4E. Windows color (decimal): -2618809 or 4655832. OLE color: 4655832.

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

Color convert

RGB 216 10 71 -
CMYK 0 0.95 0.67 0.15
HSL 342.23º 0.91% 0.44% -
HSV(B) 342.23º 0.95% 0.85% -
XYZ 29.56 15.27 7.35 -
YUV 78.55 123.75 226.04 -
System Red Green Blue C M Y K H S L
Decimal 216 10 71 0 0.95 0.67 0.15 342.23 0.91 0.44
Hex D8 A 47 0 5F 43 F 156 5B 2C
Octal 330 12 107 0 137 103 17 526 133 54
Binary 11011000 1010 1000111 0 1011111 1000011 1111 101010110 1011011 101100

Color Harmonies of #D80A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80A47

Black with #D80A47

Text Example


Text Example

White with #D80A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80A47; }

 p { color: rgb(216,10,71); }

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

background-color css

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

 a { background-color: rgb(216,10,71); }

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

border-color css

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

 span { border-color: rgb(216,10,71); }

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