Html Css Color HEX #D81833 Crimson

📋 copy color: '#D81833'

red 216 ◦ green 24 ◦ blue 51

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

Shades of Crimson #D81833

Tints of Crimson #D81833

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.25%

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

R = 74.23%
G = 8.25%
B = 17.53%

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

#D81833 (or 0xD81833) is known color: Crimson. HEX triplet: D8, 18 and 33. RGB value is (216,24,51). Sum of RGB (Red+Green+Blue) = 216+24+51=291 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.23% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 216 - color contains mainly: red. Hex color #D81833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81833 is #27E7CC. Grayscale: #545454. Windows color (decimal): -2615245 or 3348696. OLE color: 3348696.

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

Color convert

RGB 216 24 51 -
CMYK 0 0.89 0.76 0.15
HSL 351.56º 0.8% 0.47% -
HSV(B) 351.56º 0.89% 0.85% -
XYZ 29.24 15.49 4.58 -
YUV 84.49 109.11 221.8 -
System Red Green Blue C M Y K H S L
Decimal 216 24 51 0 0.89 0.76 0.15 351.56 0.8 0.47
Hex D8 18 33 0 59 4C F 160 50 2F
Octal 330 30 63 0 131 114 17 540 120 57
Binary 11011000 11000 110011 0 1011001 1001100 1111 101100000 1010000 101111

Color Harmonies of #D81833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81833

Black with #D81833

Text Example


Text Example

White with #D81833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81833; }

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

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

background-color css

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

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

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

border-color css

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

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

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