Html Css Color HEX #DD113F Crimson

📋 copy color: '#DD113F'

red 221 ◦ green 17 ◦ blue 63

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

Shades of Crimson #DD113F

Tints of Crimson #DD113F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.93%

R = 73.42%
G = 5.65%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD113F (or 0xDD113F) is known color: Crimson. HEX triplet: DD, 11 and 3F. RGB value is (221,17,63). Sum of RGB (Red+Green+Blue) = 221+17+63=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD113F is #22EEC0. Grayscale: #535353. Windows color (decimal): -2289345 or 4133341. OLE color: 4133341.

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

Color convert

RGB 221 17 63 -
CMYK 0 0.92 0.71 0.13
HSL 346.47º 0.86% 0.47% -
HSV(B) 346.47º 0.92% 0.87% -
XYZ 30.92 16.13 6.19 -
YUV 83.24 116.59 226.26 -
System Red Green Blue C M Y K H S L
Decimal 221 17 63 0 0.92 0.71 0.13 346.47 0.86 0.47
Hex DD 11 3F 0 5C 47 D 15A 56 2F
Octal 335 21 77 0 134 107 15 532 126 57
Binary 11011101 10001 111111 0 1011100 1000111 1101 101011010 1010110 101111

Color Harmonies of #DD113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD113F

Black with #DD113F

Text Example


Text Example

White with #DD113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD113F; }

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

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

background-color css

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

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

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

border-color css

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

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

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