Html Css Color HEX #DD122E Crimson

📋 copy color: '#DD122E'

red 221 ◦ green 18 ◦ blue 46

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

Shades of Crimson #DD122E

Tints of Crimson #DD122E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.14%

R = 77.54%
G = 6.32%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD122E (or 0xDD122E) is known color: Crimson. HEX triplet: DD, 12 and 2E. RGB value is (221,18,46). Sum of RGB (Red+Green+Blue) = 221+18+46=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD122E is #22EDD1. Grayscale: #515151. Windows color (decimal): -2289106 or 3019485. OLE color: 3019485.

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

Color convert

RGB 221 18 46 -
CMYK 0 0.92 0.79 0.13
HSL 351.72º 0.85% 0.47% -
HSV(B) 351.72º 0.92% 0.87% -
XYZ 30.53 16 4.06 -
YUV 81.89 107.75 227.22 -
System Red Green Blue C M Y K H S L
Decimal 221 18 46 0 0.92 0.79 0.13 351.72 0.85 0.47
Hex DD 12 2E 0 5C 4F D 160 55 2F
Octal 335 22 56 0 134 117 15 540 125 57
Binary 11011101 10010 101110 0 1011100 1001111 1101 101100000 1010101 101111

Color Harmonies of #DD122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD122E

Black with #DD122E

Text Example


Text Example

White with #DD122E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD122E; }

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

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

background-color css

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

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

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

border-color css

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

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

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