Html Css Color HEX #DD113E Crimson

📋 copy color: '#DD113E'

red 221 ◦ green 17 ◦ blue 62

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

Shades of Crimson #DD113E

Tints of Crimson #DD113E

RGB

 RED value IS 221 (86.72% from 255) = 73.67%

 GREEN value IS 17 (7.03% from 255) = 5.67%

 BLUE value IS 62 (24.61% from 255) = 20.67%

R = 73.67%
G = 5.67%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD113E (or 0xDD113E) is known color: Crimson. HEX triplet: DD, 11 and 3E. RGB value is (221,17,62). Sum of RGB (Red+Green+Blue) = 221+17+62=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD113E is #22EEC1. Grayscale: #535353. Windows color (decimal): -2289346 or 4067805. OLE color: 4067805.

HSL color Cylindrical-coordinate representation of color #DD113E: hue angle of 346.76º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD113E is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 17 62 -
CMYK 0 0.92 0.72 0.13
HSL 346.76º 0.86% 0.47% -
HSV(B) 346.76º 0.92% 0.87% -
XYZ 30.89 16.12 6.04 -
YUV 83.13 116.09 226.34 -
System Red Green Blue C M Y K H S L
Decimal 221 17 62 0 0.92 0.72 0.13 346.76 0.86 0.47
Hex DD 11 3E 0 5C 48 D 15B 56 2F
Octal 335 21 76 0 134 110 15 533 126 57
Binary 11011101 10001 111110 0 1011100 1001000 1101 101011011 1010110 101111

Color Harmonies of #DD113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD113E

Black with #DD113E

Text Example


Text Example

White with #DD113E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD113E; }

 p { color: rgb(221,17,62); }

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

background-color css

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

 a { background-color: rgb(221,17,62); }

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

border-color css

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

 span { border-color: rgb(221,17,62); }

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