Html Css Color HEX #D80139 Crimson

📋 copy color: '#D80139'

red 216 ◦ green 1 ◦ blue 57

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

Shades of Crimson #D80139

Tints of Crimson #D80139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 57 (22.66% from 255) = 20.8%

R = 78.83%
G = 0.36%
B = 20.8%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D80139 (or 0xD80139) is known color: Crimson. HEX triplet: D8, 01 and 39. RGB value is (216,1,57). Sum of RGB (Red+Green+Blue) = 216+1+57=274 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.83% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 216 - color contains mainly: red. Hex color #D80139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80139 is #27FEC6. Grayscale: #474747. Windows color (decimal): -2621127 or 3736024. OLE color: 3736024.

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

Color convert

RGB 216 1 57 -
CMYK 0 1.00 0.74 0.15
HSL 344.37º 0.99% 0.43% -
HSV(B) 344.37º 1% 0.85% -
XYZ 29.07 14.92 5.22 -
YUV 71.67 119.73 230.95 -
System Red Green Blue C M Y K H S L
Decimal 216 1 57 0 1.00 0.74 0.15 344.37 0.99 0.43
Hex D8 1 39 0 64 4A F 158 63 2B
Octal 330 1 71 0 144 112 17 530 143 53
Binary 11011000 1 111001 0 1100100 1001010 1111 101011000 1100011 101011

Color Harmonies of #D80139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80139

Black with #D80139

Text Example


Text Example

White with #D80139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80139; }

 p { color: rgb(216,1,57); }

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

background-color css

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

 a { background-color: rgb(216,1,57); }

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

border-color css

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

 span { border-color: rgb(216,1,57); }

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