Html Css Color HEX #D81347 Crimson

📋 copy color: '#D81347'

red 216 ◦ green 19 ◦ blue 71

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

Shades of Crimson #D81347

Tints of Crimson #D81347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.2%

R = 70.59%
G = 6.21%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D81347 (or 0xD81347) is known color: Crimson. HEX triplet: D8, 13 and 47. RGB value is (216,19,71). Sum of RGB (Red+Green+Blue) = 216+19+71=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D81347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81347 is #27ECB8. Grayscale: #535353. Windows color (decimal): -2616505 or 4658136. OLE color: 4658136.

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

Color convert

RGB 216 19 71 -
CMYK 0 0.91 0.67 0.15
HSL 344.16º 0.84% 0.46% -
HSV(B) 344.16º 0.91% 0.85% -
XYZ 29.69 15.52 7.39 -
YUV 83.83 120.77 222.27 -
System Red Green Blue C M Y K H S L
Decimal 216 19 71 0 0.91 0.67 0.15 344.16 0.84 0.46
Hex D8 13 47 0 5B 43 F 158 54 2E
Octal 330 23 107 0 133 103 17 530 124 56
Binary 11011000 10011 1000111 0 1011011 1000011 1111 101011000 1010100 101110

Color Harmonies of #D81347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81347

Black with #D81347

Text Example


Text Example

White with #D81347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81347; }

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

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

background-color css

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

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

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

border-color css

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

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

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