Html Css Color HEX #DD122D Crimson

📋 copy color: '#DD122D'

red 221 ◦ green 18 ◦ blue 45

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

Shades of Crimson #DD122D

Tints of Crimson #DD122D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.85%

R = 77.82%
G = 6.34%
B = 15.85%

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

#DD122D (or 0xDD122D) is known color: Crimson. HEX triplet: DD, 12 and 2D. RGB value is (221,18,45). Sum of RGB (Red+Green+Blue) = 221+18+45=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD122D is #22EDD2. Grayscale: #515151. Windows color (decimal): -2289107 or 2953949. OLE color: 2953949.

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

Color convert

RGB 221 18 45 -
CMYK 0 0.92 0.80 0.13
HSL 352.02º 0.85% 0.47% -
HSV(B) 352.02º 0.92% 0.87% -
XYZ 30.51 15.99 3.96 -
YUV 81.78 107.25 227.3 -
System Red Green Blue C M Y K H S L
Decimal 221 18 45 0 0.92 0.80 0.13 352.02 0.85 0.47
Hex DD 12 2D 0 5C 50 D 160 55 2F
Octal 335 22 55 0 134 120 15 540 125 57
Binary 11011101 10010 101101 0 1011100 1010000 1101 101100000 1010101 101111

Color Harmonies of #DD122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD122D

Black with #DD122D

Text Example


Text Example

White with #DD122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD122D; }

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

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

background-color css

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

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

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

border-color css

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

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

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