Html Css Color HEX #D11345 Crimson

📋 copy color: '#D11345'

red 209 ◦ green 19 ◦ blue 69

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

Shades of Crimson #D11345

Tints of Crimson #D11345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.23%

R = 70.37%
G = 6.4%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D11345 (or 0xD11345) is known color: Crimson. HEX triplet: D1, 13 and 45. RGB value is (209,19,69). Sum of RGB (Red+Green+Blue) = 209+19+69=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D11345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11345 is #2EECBA. Grayscale: #515151. Windows color (decimal): -3075259 or 4527057. OLE color: 4527057.

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

Color convert

RGB 209 19 69 -
CMYK 0 0.91 0.67 0.18
HSL 344.21º 0.83% 0.45% -
HSV(B) 344.21º 0.91% 0.82% -
XYZ 27.6 14.45 6.96 -
YUV 81.51 120.95 218.93 -
System Red Green Blue C M Y K H S L
Decimal 209 19 69 0 0.91 0.67 0.18 344.21 0.83 0.45
Hex D1 13 45 0 5B 43 12 158 53 2D
Octal 321 23 105 0 133 103 22 530 123 55
Binary 11010001 10011 1000101 0 1011011 1000011 10010 101011000 1010011 101101

Color Harmonies of #D11345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11345

Black with #D11345

Text Example


Text Example

White with #D11345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11345; }

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

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

background-color css

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

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

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

border-color css

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

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

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