Html Css Color HEX #DD113D Crimson

📋 copy color: '#DD113D'

red 221 ◦ green 17 ◦ blue 61

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

Shades of Crimson #DD113D

Tints of Crimson #DD113D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.4%

R = 73.91%
G = 5.69%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD113D (or 0xDD113D) is known color: Crimson. HEX triplet: DD, 11 and 3D. RGB value is (221,17,61). Sum of RGB (Red+Green+Blue) = 221+17+61=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD113D is #22EEC2. Grayscale: #535353. Windows color (decimal): -2289347 or 4002269. OLE color: 4002269.

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

Color convert

RGB 221 17 61 -
CMYK 0 0.92 0.72 0.13
HSL 347.06º 0.86% 0.47% -
HSV(B) 347.06º 0.92% 0.87% -
XYZ 30.86 16.11 5.9 -
YUV 83.01 115.59 226.42 -
System Red Green Blue C M Y K H S L
Decimal 221 17 61 0 0.92 0.72 0.13 347.06 0.86 0.47
Hex DD 11 3D 0 5C 48 D 15B 56 2F
Octal 335 21 75 0 134 110 15 533 126 57
Binary 11011101 10001 111101 0 1011100 1001000 1101 101011011 1010110 101111

Color Harmonies of #DD113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD113D

Black with #DD113D

Text Example


Text Example

White with #DD113D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD113D; }

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

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

background-color css

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

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

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

border-color css

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

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

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