Html Css Color HEX #D81938 Crimson

📋 copy color: '#D81938'

red 216 ◦ green 25 ◦ blue 56

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

Shades of Crimson #D81938

Tints of Crimson #D81938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.86%

R = 72.73%
G = 8.42%
B = 18.86%

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

#D81938 (or 0xD81938) is known color: Crimson. HEX triplet: D8, 19 and 38. RGB value is (216,25,56). Sum of RGB (Red+Green+Blue) = 216+25+56=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D81938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81938 is #27E6C7. Grayscale: #555555. Windows color (decimal): -2614984 or 3676632. OLE color: 3676632.

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

Color convert

RGB 216 25 56 -
CMYK 0 0.88 0.74 0.15
HSL 350.26º 0.79% 0.47% -
HSV(B) 350.26º 0.88% 0.85% -
XYZ 29.38 15.58 5.2 -
YUV 85.64 111.28 220.98 -
System Red Green Blue C M Y K H S L
Decimal 216 25 56 0 0.88 0.74 0.15 350.26 0.79 0.47
Hex D8 19 38 0 58 4A F 15E 4F 2F
Octal 330 31 70 0 130 112 17 536 117 57
Binary 11011000 11001 111000 0 1011000 1001010 1111 101011110 1001111 101111

Color Harmonies of #D81938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81938

Black with #D81938

Text Example


Text Example

White with #D81938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81938; }

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

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

background-color css

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

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

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

border-color css

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

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

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