Html Css Color HEX #D80047 Crimson

📋 copy color: '#D80047'

red 216 ◦ green 0 ◦ blue 71

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

Shades of Crimson #D80047

Tints of Crimson #D80047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.26%
G = 0%
B = 24.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D80047 (or 0xD80047) is known color: Crimson. HEX triplet: D8, 00 and 47. RGB value is (216,0,71). Sum of RGB (Red+Green+Blue) = 216+0+71=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D80047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80047 is #27FFB8. Grayscale: #484848. Windows color (decimal): -2621369 or 4653272. OLE color: 4653272.

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

Color convert

RGB 216 0 71 -
CMYK 0 1 0.67 0.15
HSL 340.28º 1% 0.42% -
HSV(B) 340.28º 1% 0.85% -
XYZ 29.46 15.05 7.31 -
YUV 72.68 127.06 230.23 -
System Red Green Blue C M Y K H S L
Decimal 216 0 71 0 1 0.67 0.15 340.28 1 0.42
Hex D8 0 47 0 64 43 F 154 64 2A
Octal 330 0 107 0 144 103 17 524 144 52
Binary 11011000 0 1000111 0 1100100 1000011 1111 101010100 1100100 101010

Color Harmonies of #D80047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80047

Black with #D80047

Text Example


Text Example

White with #D80047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80047; }

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

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

background-color css

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

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

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

border-color css

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

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

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