Html Css Color HEX #D80046 Crimson

📋 copy color: '#D80046'

red 216 ◦ green 0 ◦ blue 70

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

Shades of Crimson #D80046

Tints of Crimson #D80046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.48%

R = 75.52%
G = 0%
B = 24.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D80046 (or 0xD80046) is known color: Crimson. HEX triplet: D8, 00 and 46. RGB value is (216,0,70). Sum of RGB (Red+Green+Blue) = 216+0+70=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D80046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80046 is #27FFB9. Grayscale: #484848. Windows color (decimal): -2621370 or 4587736. OLE color: 4587736.

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

Color convert

RGB 216 0 70 -
CMYK 0 1 0.68 0.15
HSL 340.56º 1% 0.42% -
HSV(B) 340.56º 1% 0.85% -
XYZ 29.42 15.04 7.15 -
YUV 72.56 126.56 230.31 -
System Red Green Blue C M Y K H S L
Decimal 216 0 70 0 1 0.68 0.15 340.56 1 0.42
Hex D8 0 46 0 64 44 F 155 64 2A
Octal 330 0 106 0 144 104 17 525 144 52
Binary 11011000 0 1000110 0 1100100 1000100 1111 101010101 1100100 101010

Color Harmonies of #D80046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80046

Black with #D80046

Text Example


Text Example

White with #D80046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80046; }

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

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

background-color css

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

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

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

border-color css

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

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

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