Html Css Color HEX #D80848 Crimson

📋 copy color: '#D80848'

red 216 ◦ green 8 ◦ blue 72

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

Shades of Crimson #D80848

Tints of Crimson #D80848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.7%

 BLUE value IS 72 (28.52% from 255) = 24.32%

R = 72.97%
G = 2.7%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D80848 (or 0xD80848) is known color: Crimson. HEX triplet: D8, 08 and 48. RGB value is (216,8,72). Sum of RGB (Red+Green+Blue) = 216+8+72=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D80848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80848 is #27F7B7. Grayscale: #4D4D4D. Windows color (decimal): -2619320 or 4720856. OLE color: 4720856.

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

Color convert

RGB 216 8 72 -
CMYK 0 0.96 0.67 0.15
HSL 341.54º 0.93% 0.44% -
HSV(B) 341.54º 0.96% 0.85% -
XYZ 29.58 15.24 7.51 -
YUV 77.49 124.91 226.8 -
System Red Green Blue C M Y K H S L
Decimal 216 8 72 0 0.96 0.67 0.15 341.54 0.93 0.44
Hex D8 8 48 0 60 43 F 156 5D 2C
Octal 330 10 110 0 140 103 17 526 135 54
Binary 11011000 1000 1001000 0 1100000 1000011 1111 101010110 1011101 101100

Color Harmonies of #D80848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80848

Black with #D80848

Text Example


Text Example

White with #D80848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80848; }

 p { color: rgb(216,8,72); }

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

background-color css

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

 a { background-color: rgb(216,8,72); }

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

border-color css

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

 span { border-color: rgb(216,8,72); }

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