Html Css Color HEX #D81939 Crimson

📋 copy color: '#D81939'

red 216 ◦ green 25 ◦ blue 57

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

Shades of Crimson #D81939

Tints of Crimson #D81939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.13%

R = 72.48%
G = 8.39%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D81939 (or 0xD81939) is known color: Crimson. HEX triplet: D8, 19 and 39. RGB value is (216,25,57). Sum of RGB (Red+Green+Blue) = 216+25+57=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D81939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81939 is #27E6C6. Grayscale: #555555. Windows color (decimal): -2614983 or 3742168. OLE color: 3742168.

HSL color Cylindrical-coordinate representation of color #D81939: hue angle of 349.95º 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 #D81939 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 25 57 -
CMYK 0 0.88 0.74 0.15
HSL 349.95º 0.79% 0.47% -
HSV(B) 349.95º 0.88% 0.85% -
XYZ 29.41 15.59 5.33 -
YUV 85.76 111.78 220.9 -
System Red Green Blue C M Y K H S L
Decimal 216 25 57 0 0.88 0.74 0.15 349.95 0.79 0.47
Hex D8 19 39 0 58 4A F 15E 4F 2F
Octal 330 31 71 0 130 112 17 536 117 57
Binary 11011000 11001 111001 0 1011000 1001010 1111 101011110 1001111 101111

Color Harmonies of #D81939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81939

Black with #D81939

Text Example


Text Example

White with #D81939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81939; }

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

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

background-color css

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

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

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

border-color css

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

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

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