Html Css Color HEX #D80331 Crimson

📋 copy color: '#D80331'

red 216 ◦ green 3 ◦ blue 49

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

Shades of Crimson #D80331

Tints of Crimson #D80331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 49 (19.53% from 255) = 18.28%

R = 80.6%
G = 1.12%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D80331 (or 0xD80331) is known color: Crimson. HEX triplet: D8, 03 and 31. RGB value is (216,3,49). Sum of RGB (Red+Green+Blue) = 216+3+49=268 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.60% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 216 - color contains mainly: red. Hex color #D80331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80331 is #27FCCE. Grayscale: #474747. Windows color (decimal): -2620623 or 3212248. OLE color: 3212248.

HSL color Cylindrical-coordinate representation of color #D80331: hue angle of 347.04º degrees, saturation: 0.97, 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 #D80331 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 3 49 -
CMYK 0 0.99 0.77 0.15
HSL 347.04º 0.97% 0.43% -
HSV(B) 347.04º 0.99% 0.85% -
XYZ 28.91 14.89 4.26 -
YUV 71.93 115.07 230.76 -
System Red Green Blue C M Y K H S L
Decimal 216 3 49 0 0.99 0.77 0.15 347.04 0.97 0.43
Hex D8 3 31 0 63 4D F 15B 61 2B
Octal 330 3 61 0 143 115 17 533 141 53
Binary 11011000 11 110001 0 1100011 1001101 1111 101011011 1100001 101011

Color Harmonies of #D80331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80331

Black with #D80331

Text Example


Text Example

White with #D80331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80331; }

 p { color: rgb(216,3,49); }

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

background-color css

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

 a { background-color: rgb(216,3,49); }

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

border-color css

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

 span { border-color: rgb(216,3,49); }

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