Html Css Color HEX #D81733 Crimson

📋 copy color: '#D81733'

red 216 ◦ green 23 ◦ blue 51

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

Shades of Crimson #D81733

Tints of Crimson #D81733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.93%

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

R = 74.48%
G = 7.93%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D81733 (or 0xD81733) is known color: Crimson. HEX triplet: D8, 17 and 33. RGB value is (216,23,51). Sum of RGB (Red+Green+Blue) = 216+23+51=290 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.48% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 216 - color contains mainly: red. Hex color #D81733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81733 is #27E8CC. Grayscale: #535353. Windows color (decimal): -2615501 or 3348440. OLE color: 3348440.

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

Color convert

RGB 216 23 51 -
CMYK 0 0.89 0.76 0.15
HSL 351.3º 0.81% 0.47% -
HSV(B) 351.3º 0.89% 0.85% -
XYZ 29.22 15.45 4.57 -
YUV 83.9 109.44 222.22 -
System Red Green Blue C M Y K H S L
Decimal 216 23 51 0 0.89 0.76 0.15 351.3 0.81 0.47
Hex D8 17 33 0 59 4C F 15F 51 2F
Octal 330 27 63 0 131 114 17 537 121 57
Binary 11011000 10111 110011 0 1011001 1001100 1111 101011111 1010001 101111

Color Harmonies of #D81733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81733

Black with #D81733

Text Example


Text Example

White with #D81733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81733; }

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

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

background-color css

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

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

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

border-color css

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

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

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