Html Css Color HEX #DD112F Crimson

📋 copy color: '#DD112F'

red 221 ◦ green 17 ◦ blue 47

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

Shades of Crimson #DD112F

Tints of Crimson #DD112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 77.54%
G = 5.96%
B = 16.49%

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

#DD112F (or 0xDD112F) is known color: Crimson. HEX triplet: DD, 11 and 2F. RGB value is (221,17,47). Sum of RGB (Red+Green+Blue) = 221+17+47=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD112F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD112F is #22EED0. Grayscale: #515151. Windows color (decimal): -2289361 or 3084765. OLE color: 3084765.

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

Color convert

RGB 221 17 47 -
CMYK 0 0.92 0.79 0.13
HSL 351.18º 0.86% 0.47% -
HSV(B) 351.18º 0.92% 0.87% -
XYZ 30.53 15.98 4.16 -
YUV 81.42 108.59 227.56 -
System Red Green Blue C M Y K H S L
Decimal 221 17 47 0 0.92 0.79 0.13 351.18 0.86 0.47
Hex DD 11 2F 0 5C 4F D 15F 56 2F
Octal 335 21 57 0 134 117 15 537 126 57
Binary 11011101 10001 101111 0 1011100 1001111 1101 101011111 1010110 101111

Color Harmonies of #DD112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD112F

Black with #DD112F

Text Example


Text Example

White with #DD112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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