Html Css Color HEX #D80C47 Crimson

📋 copy color: '#D80C47'

red 216 ◦ green 12 ◦ blue 71

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

Shades of Crimson #D80C47

Tints of Crimson #D80C47

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.01%

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

R = 72.24%
G = 4.01%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D80C47 (or 0xD80C47) is known color: Crimson. HEX triplet: D8, 0C and 47. RGB value is (216,12,71). Sum of RGB (Red+Green+Blue) = 216+12+71=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80C47 is #27F3B8. Grayscale: #4F4F4F. Windows color (decimal): -2618297 or 4656344. OLE color: 4656344.

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

Color convert

RGB 216 12 71 -
CMYK 0 0.94 0.67 0.15
HSL 342.65º 0.89% 0.45% -
HSV(B) 342.65º 0.94% 0.85% -
XYZ 29.59 15.32 7.36 -
YUV 79.72 123.09 225.2 -
System Red Green Blue C M Y K H S L
Decimal 216 12 71 0 0.94 0.67 0.15 342.65 0.89 0.45
Hex D8 C 47 0 5E 43 F 157 59 2D
Octal 330 14 107 0 136 103 17 527 131 55
Binary 11011000 1100 1000111 0 1011110 1000011 1111 101010111 1011001 101101

Color Harmonies of #D80C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C47

Black with #D80C47

Text Example


Text Example

White with #D80C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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