Html Css Color HEX #D80948 Crimson

📋 copy color: '#D80948'

red 216 ◦ green 9 ◦ blue 72

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

Shades of Crimson #D80948

Tints of Crimson #D80948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.03%

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

R = 72.73%
G = 3.03%
B = 24.24%

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

#D80948 (or 0xD80948) is known color: Crimson. HEX triplet: D8, 09 and 48. RGB value is (216,9,72). Sum of RGB (Red+Green+Blue) = 216+9+72=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D80948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80948 is #27F6B7. Grayscale: #4E4E4E. Windows color (decimal): -2619064 or 4721112. OLE color: 4721112.

HSL color Cylindrical-coordinate representation of color #D80948: hue angle of 341.74º degrees, saturation: 0.92, 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 #D80948 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 9 72 -
CMYK 0 0.96 0.67 0.15
HSL 341.74º 0.92% 0.44% -
HSV(B) 341.74º 0.96% 0.85% -
XYZ 29.59 15.26 7.52 -
YUV 78.08 124.58 226.38 -
System Red Green Blue C M Y K H S L
Decimal 216 9 72 0 0.96 0.67 0.15 341.74 0.92 0.44
Hex D8 9 48 0 60 43 F 156 5C 2C
Octal 330 11 110 0 140 103 17 526 134 54
Binary 11011000 1001 1001000 0 1100000 1000011 1111 101010110 1011100 101100

Color Harmonies of #D80948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80948

Black with #D80948

Text Example


Text Example

White with #D80948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80948; }

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

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

background-color css

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

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

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

border-color css

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

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

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