Html Css Color HEX #D80333 Crimson

📋 copy color: '#D80333'

red 216 ◦ green 3 ◦ blue 51

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

Shades of Crimson #D80333

Tints of Crimson #D80333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.89%

R = 80%
G = 1.11%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D80333 (or 0xD80333) is known color: Crimson. HEX triplet: D8, 03 and 33. RGB value is (216,3,51). Sum of RGB (Red+Green+Blue) = 216+3+51=270 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 216 - color contains mainly: red. Hex color #D80333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80333 is #27FCCC. Grayscale: #484848. Windows color (decimal): -2620621 or 3343320. OLE color: 3343320.

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

Color convert

RGB 216 3 51 -
CMYK 0 0.99 0.76 0.15
HSL 346.48º 0.97% 0.43% -
HSV(B) 346.48º 0.99% 0.85% -
XYZ 28.95 14.9 4.48 -
YUV 72.16 116.07 230.6 -
System Red Green Blue C M Y K H S L
Decimal 216 3 51 0 0.99 0.76 0.15 346.48 0.97 0.43
Hex D8 3 33 0 63 4C F 15A 61 2B
Octal 330 3 63 0 143 114 17 532 141 53
Binary 11011000 11 110011 0 1100011 1001100 1111 101011010 1100001 101011

Color Harmonies of #D80333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80333

Black with #D80333

Text Example


Text Example

White with #D80333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80333; }

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

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

background-color css

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

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

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

border-color css

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

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

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