Html Css Color HEX #D81533 Crimson

📋 copy color: '#D81533'

red 216 ◦ green 21 ◦ blue 51

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

Shades of Crimson #D81533

Tints of Crimson #D81533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.29%

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

R = 75%
G = 7.29%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D81533 (or 0xD81533) is known color: Crimson. HEX triplet: D8, 15 and 33. RGB value is (216,21,51). Sum of RGB (Red+Green+Blue) = 216+21+51=288 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 216 - color contains mainly: red. Hex color #D81533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81533 is #27EACC. Grayscale: #525252. Windows color (decimal): -2616013 or 3347928. OLE color: 3347928.

HSL color Cylindrical-coordinate representation of color #D81533: hue angle of 350.77º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81533 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 21 51 -
CMYK 0 0.90 0.76 0.15
HSL 350.77º 0.82% 0.46% -
HSV(B) 350.77º 0.9% 0.85% -
XYZ 29.18 15.37 4.56 -
YUV 82.73 110.1 223.06 -
System Red Green Blue C M Y K H S L
Decimal 216 21 51 0 0.90 0.76 0.15 350.77 0.82 0.46
Hex D8 15 33 0 5A 4C F 15F 52 2E
Octal 330 25 63 0 132 114 17 537 122 56
Binary 11011000 10101 110011 0 1011010 1001100 1111 101011111 1010010 101110

Color Harmonies of #D81533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81533

Black with #D81533

Text Example


Text Example

White with #D81533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81533; }

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

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

background-color css

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

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

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

border-color css

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

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

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