Html Css Color HEX #DD112E Crimson

📋 copy color: '#DD112E'

red 221 ◦ green 17 ◦ blue 46

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

Shades of Crimson #DD112E

Tints of Crimson #DD112E

RGB

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

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

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

R = 77.82%
G = 5.99%
B = 16.2%

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

#DD112E (or 0xDD112E) is known color: Crimson. HEX triplet: DD, 11 and 2E. RGB value is (221,17,46). Sum of RGB (Red+Green+Blue) = 221+17+46=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD112E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD112E is #22EED1. Grayscale: #515151. Windows color (decimal): -2289362 or 3019229. OLE color: 3019229.

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

Color convert

RGB 221 17 46 -
CMYK 0 0.92 0.79 0.13
HSL 351.47º 0.86% 0.47% -
HSV(B) 351.47º 0.92% 0.87% -
XYZ 30.51 15.97 4.06 -
YUV 81.3 108.09 227.64 -
System Red Green Blue C M Y K H S L
Decimal 221 17 46 0 0.92 0.79 0.13 351.47 0.86 0.47
Hex DD 11 2E 0 5C 4F D 15F 56 2F
Octal 335 21 56 0 134 117 15 537 126 57
Binary 11011101 10001 101110 0 1011100 1001111 1101 101011111 1010110 101111

Color Harmonies of #DD112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD112E

Black with #DD112E

Text Example


Text Example

White with #DD112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD112E; }

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

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

background-color css

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

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

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

border-color css

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

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

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