Html Css Color HEX #DD112C Crimson

📋 copy color: '#DD112C'

red 221 ◦ green 17 ◦ blue 44

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

Shades of Crimson #DD112C

Tints of Crimson #DD112C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.6%

R = 78.37%
G = 6.03%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD112C (or 0xDD112C) is known color: Crimson. HEX triplet: DD, 11 and 2C. RGB value is (221,17,44). Sum of RGB (Red+Green+Blue) = 221+17+44=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD112C is #22EED3. Grayscale: #515151. Windows color (decimal): -2289364 or 2888157. OLE color: 2888157.

HSL color Cylindrical-coordinate representation of color #DD112C: hue angle of 352.06º 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 #DD112C is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 17 44 -
CMYK 0 0.92 0.80 0.13
HSL 352.06º 0.86% 0.47% -
HSV(B) 352.06º 0.92% 0.87% -
XYZ 30.47 15.95 3.86 -
YUV 81.07 107.09 227.8 -
System Red Green Blue C M Y K H S L
Decimal 221 17 44 0 0.92 0.80 0.13 352.06 0.86 0.47
Hex DD 11 2C 0 5C 50 D 160 56 2F
Octal 335 21 54 0 134 120 15 540 126 57
Binary 11011101 10001 101100 0 1011100 1010000 1101 101100000 1010110 101111

Color Harmonies of #DD112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD112C

Black with #DD112C

Text Example


Text Example

White with #DD112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD112C; }

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

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

background-color css

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

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

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

border-color css

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

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

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