Html Css Color HEX #DD122C Crimson

📋 copy color: '#DD122C'

red 221 ◦ green 18 ◦ blue 44

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

Shades of Crimson #DD122C

Tints of Crimson #DD122C

RGB

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

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

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

R = 78.09%
G = 6.36%
B = 15.55%

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

#DD122C (or 0xDD122C) is known color: Crimson. HEX triplet: DD, 12 and 2C. RGB value is (221,18,44). Sum of RGB (Red+Green+Blue) = 221+18+44=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD122C is #22EDD3. Grayscale: #515151. Windows color (decimal): -2289108 or 2888413. OLE color: 2888413.

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

Color convert

RGB 221 18 44 -
CMYK 0 0.92 0.80 0.13
HSL 352.32º 0.85% 0.47% -
HSV(B) 352.32º 0.92% 0.87% -
XYZ 30.49 15.99 3.86 -
YUV 81.66 106.75 227.39 -
System Red Green Blue C M Y K H S L
Decimal 221 18 44 0 0.92 0.80 0.13 352.32 0.85 0.47
Hex DD 12 2C 0 5C 50 D 160 55 2F
Octal 335 22 54 0 134 120 15 540 125 57
Binary 11011101 10010 101100 0 1011100 1010000 1101 101100000 1010101 101111

Color Harmonies of #DD122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD122C

Black with #DD122C

Text Example


Text Example

White with #DD122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD122C; }

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

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

background-color css

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

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

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

border-color css

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

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

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