Html Css Color HEX #DD193C Crimson

📋 copy color: '#DD193C'

red 221 ◦ green 25 ◦ blue 60

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

Shades of Crimson #DD193C

Tints of Crimson #DD193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

 BLUE value IS 60 (23.83% from 255) = 19.61%

R = 72.22%
G = 8.17%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD193C (or 0xDD193C) is known color: Crimson. HEX triplet: DD, 19 and 3C. RGB value is (221,25,60). Sum of RGB (Red+Green+Blue) = 221+25+60=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD193C is #22E6C3. Grayscale: #575757. Windows color (decimal): -2287300 or 3938781. OLE color: 3938781.

HSL color Cylindrical-coordinate representation of color #DD193C: hue angle of 349.29º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD193C is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 25 60 -
CMYK 0 0.89 0.73 0.13
HSL 349.29º 0.8% 0.48% -
HSV(B) 349.29º 0.89% 0.87% -
XYZ 30.98 16.39 5.81 -
YUV 87.59 112.43 223.15 -
System Red Green Blue C M Y K H S L
Decimal 221 25 60 0 0.89 0.73 0.13 349.29 0.8 0.48
Hex DD 19 3C 0 59 49 D 15D 50 30
Octal 335 31 74 0 131 111 15 535 120 60
Binary 11011101 11001 111100 0 1011001 1001001 1101 101011101 1010000 110000

Color Harmonies of #DD193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD193C

Black with #DD193C

Text Example


Text Example

White with #DD193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD193C; }

 p { color: rgb(221,25,60); }

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

background-color css

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

 a { background-color: rgb(221,25,60); }

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

border-color css

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

 span { border-color: rgb(221,25,60); }

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