Html Css Color HEX #D80248 Crimson

📋 copy color: '#D80248'

red 216 ◦ green 2 ◦ blue 72

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

Shades of Crimson #D80248

Tints of Crimson #D80248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 74.48%
G = 0.69%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D80248 (or 0xD80248) is known color: Crimson. HEX triplet: D8, 02 and 48. RGB value is (216,2,72). Sum of RGB (Red+Green+Blue) = 216+2+72=290 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.48% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 216 - color contains mainly: red. Hex color #D80248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80248 is #27FDB7. Grayscale: #494949. Windows color (decimal): -2620856 or 4719320. OLE color: 4719320.

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

Color convert

RGB 216 2 72 -
CMYK 0 0.99 0.67 0.15
HSL 340.37º 0.98% 0.43% -
HSV(B) 340.37º 0.99% 0.85% -
XYZ 29.51 15.11 7.49 -
YUV 73.97 126.9 229.31 -
System Red Green Blue C M Y K H S L
Decimal 216 2 72 0 0.99 0.67 0.15 340.37 0.98 0.43
Hex D8 2 48 0 63 43 F 154 62 2B
Octal 330 2 110 0 143 103 17 524 142 53
Binary 11011000 10 1001000 0 1100011 1000011 1111 101010100 1100010 101011

Color Harmonies of #D80248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80248

Black with #D80248

Text Example


Text Example

White with #D80248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80248; }

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

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

background-color css

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

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

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

border-color css

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

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

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