Html Css Color HEX #D81344 Crimson

📋 copy color: '#D81344'

red 216 ◦ green 19 ◦ blue 68

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

Shades of Crimson #D81344

Tints of Crimson #D81344

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.27%

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

R = 71.29%
G = 6.27%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D81344 (or 0xD81344) is known color: Crimson. HEX triplet: D8, 13 and 44. RGB value is (216,19,68). Sum of RGB (Red+Green+Blue) = 216+19+68=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D81344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81344 is #27ECBB. Grayscale: #535353. Windows color (decimal): -2616508 or 4461528. OLE color: 4461528.

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

Color convert

RGB 216 19 68 -
CMYK 0 0.91 0.69 0.15
HSL 345.08º 0.84% 0.46% -
HSV(B) 345.08º 0.91% 0.85% -
XYZ 29.6 15.48 6.9 -
YUV 83.49 119.27 222.52 -
System Red Green Blue C M Y K H S L
Decimal 216 19 68 0 0.91 0.69 0.15 345.08 0.84 0.46
Hex D8 13 44 0 5B 45 F 159 54 2E
Octal 330 23 104 0 133 105 17 531 124 56
Binary 11011000 10011 1000100 0 1011011 1000101 1111 101011001 1010100 101110

Color Harmonies of #D81344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81344

Black with #D81344

Text Example


Text Example

White with #D81344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81344; }

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

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

background-color css

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

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

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

border-color css

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

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

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