Html Css Color HEX #D81132 Crimson

📋 copy color: '#D81132'

red 216 ◦ green 17 ◦ blue 50

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

Shades of Crimson #D81132

Tints of Crimson #D81132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.01%

 BLUE value IS 50 (19.92% from 255) = 17.67%

R = 76.33%
G = 6.01%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D81132 (or 0xD81132) is known color: Crimson. HEX triplet: D8, 11 and 32. RGB value is (216,17,50). Sum of RGB (Red+Green+Blue) = 216+17+50=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D81132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81132 is #27EECD. Grayscale: #505050. Windows color (decimal): -2617038 or 3281368. OLE color: 3281368.

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

Color convert

RGB 216 17 50 -
CMYK 0 0.92 0.77 0.15
HSL 350.05º 0.85% 0.46% -
HSV(B) 350.05º 0.92% 0.85% -
XYZ 29.1 15.23 4.42 -
YUV 80.26 110.93 224.82 -
System Red Green Blue C M Y K H S L
Decimal 216 17 50 0 0.92 0.77 0.15 350.05 0.85 0.46
Hex D8 11 32 0 5C 4D F 15E 55 2E
Octal 330 21 62 0 134 115 17 536 125 56
Binary 11011000 10001 110010 0 1011100 1001101 1111 101011110 1010101 101110

Color Harmonies of #D81132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81132

Black with #D81132

Text Example


Text Example

White with #D81132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81132; }

 p { color: rgb(216,17,50); }

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

background-color css

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

 a { background-color: rgb(216,17,50); }

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

border-color css

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

 span { border-color: rgb(216,17,50); }

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