Html Css Color HEX #DD122B Crimson

📋 copy color: '#DD122B'

red 221 ◦ green 18 ◦ blue 43

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

Shades of Crimson #DD122B

Tints of Crimson #DD122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 78.37%
G = 6.38%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD122B (or 0xDD122B) is known color: Crimson. HEX triplet: DD, 12 and 2B. RGB value is (221,18,43). Sum of RGB (Red+Green+Blue) = 221+18+43=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD122B is #22EDD4. Grayscale: #515151. Windows color (decimal): -2289109 or 2822877. OLE color: 2822877.

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

Color convert

RGB 221 18 43 -
CMYK 0 0.92 0.81 0.13
HSL 352.61º 0.85% 0.47% -
HSV(B) 352.61º 0.92% 0.87% -
XYZ 30.47 15.98 3.76 -
YUV 81.55 106.25 227.47 -
System Red Green Blue C M Y K H S L
Decimal 221 18 43 0 0.92 0.81 0.13 352.61 0.85 0.47
Hex DD 12 2B 0 5C 51 D 161 55 2F
Octal 335 22 53 0 134 121 15 541 125 57
Binary 11011101 10010 101011 0 1011100 1010001 1101 101100001 1010101 101111

Color Harmonies of #DD122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD122B

Black with #DD122B

Text Example


Text Example

White with #DD122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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