Html Css Color HEX #D81933 Crimson

📋 copy color: '#D81933'

red 216 ◦ green 25 ◦ blue 51

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

Shades of Crimson #D81933

Tints of Crimson #D81933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.56%

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

R = 73.97%
G = 8.56%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D81933 (or 0xD81933) is known color: Crimson. HEX triplet: D8, 19 and 33. RGB value is (216,25,51). Sum of RGB (Red+Green+Blue) = 216+25+51=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D81933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81933 is #27E6CC. Grayscale: #555555. Windows color (decimal): -2614989 or 3348952. OLE color: 3348952.

HSL color Cylindrical-coordinate representation of color #D81933: hue angle of 351.83º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81933 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 25 51 -
CMYK 0 0.88 0.76 0.15
HSL 351.83º 0.79% 0.47% -
HSV(B) 351.83º 0.88% 0.85% -
XYZ 29.26 15.53 4.59 -
YUV 85.07 108.78 221.39 -
System Red Green Blue C M Y K H S L
Decimal 216 25 51 0 0.88 0.76 0.15 351.83 0.79 0.47
Hex D8 19 33 0 58 4C F 160 4F 2F
Octal 330 31 63 0 130 114 17 540 117 57
Binary 11011000 11001 110011 0 1011000 1001100 1111 101100000 1001111 101111

Color Harmonies of #D81933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81933

Black with #D81933

Text Example


Text Example

White with #D81933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81933; }

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

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

background-color css

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

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

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

border-color css

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

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

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