Html Css Color HEX #D11745 Crimson

📋 copy color: '#D11745'

red 209 ◦ green 23 ◦ blue 69

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

Shades of Crimson #D11745

Tints of Crimson #D11745

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.64%

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

R = 69.44%
G = 7.64%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D11745 (or 0xD11745) is known color: Crimson. HEX triplet: D1, 17 and 45. RGB value is (209,23,69). Sum of RGB (Red+Green+Blue) = 209+23+69=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D11745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11745 is #2EE8BA. Grayscale: #535353. Windows color (decimal): -3074235 or 4528081. OLE color: 4528081.

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

Color convert

RGB 209 23 69 -
CMYK 0 0.89 0.67 0.18
HSL 345.16º 0.8% 0.45% -
HSV(B) 345.16º 0.89% 0.82% -
XYZ 27.68 14.6 6.99 -
YUV 83.86 119.62 217.26 -
System Red Green Blue C M Y K H S L
Decimal 209 23 69 0 0.89 0.67 0.18 345.16 0.8 0.45
Hex D1 17 45 0 59 43 12 159 50 2D
Octal 321 27 105 0 131 103 22 531 120 55
Binary 11010001 10111 1000101 0 1011001 1000011 10010 101011001 1010000 101101

Color Harmonies of #D11745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11745

Black with #D11745

Text Example


Text Example

White with #D11745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11745; }

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

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

background-color css

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

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

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

border-color css

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

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

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