Html Css Color HEX #D81944 Crimson

📋 copy color: '#D81944'

red 216 ◦ green 25 ◦ blue 68

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

Shades of Crimson #D81944

Tints of Crimson #D81944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.01%

R = 69.9%
G = 8.09%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D81944 (or 0xD81944) is known color: Crimson. HEX triplet: D8, 19 and 44. RGB value is (216,25,68). Sum of RGB (Red+Green+Blue) = 216+25+68=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D81944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81944 is #27E6BB. Grayscale: #575757. Windows color (decimal): -2614972 or 4463064. OLE color: 4463064.

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

Color convert

RGB 216 25 68 -
CMYK 0 0.88 0.69 0.15
HSL 346.49º 0.79% 0.47% -
HSV(B) 346.49º 0.88% 0.85% -
XYZ 29.71 15.71 6.94 -
YUV 87.01 117.28 220 -
System Red Green Blue C M Y K H S L
Decimal 216 25 68 0 0.88 0.69 0.15 346.49 0.79 0.47
Hex D8 19 44 0 58 45 F 15A 4F 2F
Octal 330 31 104 0 130 105 17 532 117 57
Binary 11011000 11001 1000100 0 1011000 1000101 1111 101011010 1001111 101111

Color Harmonies of #D81944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81944

Black with #D81944

Text Example


Text Example

White with #D81944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81944; }

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

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

background-color css

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

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

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

border-color css

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

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

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