Html Css Color HEX #D11347 Crimson

📋 copy color: '#D11347'

red 209 ◦ green 19 ◦ blue 71

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

Shades of Crimson #D11347

Tints of Crimson #D11347

RGB

 RED value IS 209 (82.03% from 255) = 69.9%

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

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

R = 69.9%
G = 6.35%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D11347 (or 0xD11347) is known color: Crimson. HEX triplet: D1, 13 and 47. RGB value is (209,19,71). Sum of RGB (Red+Green+Blue) = 209+19+71=299 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.90% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 209 - color contains mainly: red. Hex color #D11347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11347 is #2EECB8. Grayscale: #515151. Windows color (decimal): -3075257 or 4658129. OLE color: 4658129.

HSL color Cylindrical-coordinate representation of color #D11347: hue angle of 343.58º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11347 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 19 71 -
CMYK 0 0.91 0.66 0.18
HSL 343.58º 0.83% 0.45% -
HSV(B) 343.58º 0.91% 0.82% -
XYZ 27.66 14.48 7.3 -
YUV 81.74 121.95 218.77 -
System Red Green Blue C M Y K H S L
Decimal 209 19 71 0 0.91 0.66 0.18 343.58 0.83 0.45
Hex D1 13 47 0 5B 42 12 158 53 2D
Octal 321 23 107 0 133 102 22 530 123 55
Binary 11010001 10011 1000111 0 1011011 1000010 10010 101011000 1010011 101101

Color Harmonies of #D11347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11347

Black with #D11347

Text Example


Text Example

White with #D11347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11347; }

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

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

background-color css

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

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

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

border-color css

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

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

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