Html Css Color HEX #D11245 Crimson

📋 copy color: '#D11245'

red 209 ◦ green 18 ◦ blue 69

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

Shades of Crimson #D11245

Tints of Crimson #D11245

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.08%

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

R = 70.61%
G = 6.08%
B = 23.31%

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

#D11245 (or 0xD11245) is known color: Crimson. HEX triplet: D1, 12 and 45. RGB value is (209,18,69). Sum of RGB (Red+Green+Blue) = 209+18+69=296 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.61% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 209 - color contains mainly: red. Hex color #D11245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11245 is #2EEDBA. Grayscale: #505050. Windows color (decimal): -3075515 or 4526801. OLE color: 4526801.

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

Color convert

RGB 209 18 69 -
CMYK 0 0.91 0.67 0.18
HSL 343.98º 0.84% 0.45% -
HSV(B) 343.98º 0.91% 0.82% -
XYZ 27.58 14.42 6.96 -
YUV 80.92 121.28 219.35 -
System Red Green Blue C M Y K H S L
Decimal 209 18 69 0 0.91 0.67 0.18 343.98 0.84 0.45
Hex D1 12 45 0 5B 43 12 158 54 2D
Octal 321 22 105 0 133 103 22 530 124 55
Binary 11010001 10010 1000101 0 1011011 1000011 10010 101011000 1010100 101101

Color Harmonies of #D11245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11245

Black with #D11245

Text Example


Text Example

White with #D11245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11245; }

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

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

background-color css

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

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

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

border-color css

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

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

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