Html Css Color HEX #D81144 Crimson

📋 copy color: '#D81144'

red 216 ◦ green 17 ◦ blue 68

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

Shades of Crimson #D81144

Tints of Crimson #D81144

RGB

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

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

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

R = 71.76%
G = 5.65%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D81144 (or 0xD81144) is known color: Crimson. HEX triplet: D8, 11 and 44. RGB value is (216,17,68). Sum of RGB (Red+Green+Blue) = 216+17+68=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D81144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81144 is #27EEBB. Grayscale: #525252. Windows color (decimal): -2617020 or 4461016. OLE color: 4461016.

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

Color convert

RGB 216 17 68 -
CMYK 0 0.92 0.69 0.15
HSL 344.62º 0.85% 0.46% -
HSV(B) 344.62º 0.92% 0.85% -
XYZ 29.56 15.42 6.89 -
YUV 82.32 119.93 223.35 -
System Red Green Blue C M Y K H S L
Decimal 216 17 68 0 0.92 0.69 0.15 344.62 0.85 0.46
Hex D8 11 44 0 5C 45 F 159 55 2E
Octal 330 21 104 0 134 105 17 531 125 56
Binary 11011000 10001 1000100 0 1011100 1000101 1111 101011001 1010101 101110

Color Harmonies of #D81144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81144

Black with #D81144

Text Example


Text Example

White with #D81144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81144; }

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

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

background-color css

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

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

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

border-color css

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

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

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