Html Css Color HEX #DD192F Crimson

📋 copy color: '#DD192F'

red 221 ◦ green 25 ◦ blue 47

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

Shades of Crimson #DD192F

Tints of Crimson #DD192F

RGB

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

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

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

R = 75.43%
G = 8.53%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD192F (or 0xDD192F) is known color: Crimson. HEX triplet: DD, 19 and 2F. RGB value is (221,25,47). Sum of RGB (Red+Green+Blue) = 221+25+47=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD192F is #22E6D0. Grayscale: #565656. Windows color (decimal): -2287313 or 3086813. OLE color: 3086813.

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

Color convert

RGB 221 25 47 -
CMYK 0 0.89 0.79 0.13
HSL 353.27º 0.8% 0.48% -
HSV(B) 353.27º 0.89% 0.87% -
XYZ 30.68 16.27 4.21 -
YUV 86.11 105.93 224.21 -
System Red Green Blue C M Y K H S L
Decimal 221 25 47 0 0.89 0.79 0.13 353.27 0.8 0.48
Hex DD 19 2F 0 59 4F D 161 50 30
Octal 335 31 57 0 131 117 15 541 120 60
Binary 11011101 11001 101111 0 1011001 1001111 1101 101100001 1010000 110000

Color Harmonies of #DD192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD192F

Black with #DD192F

Text Example


Text Example

White with #DD192F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD192F; }

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

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

background-color css

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

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

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

border-color css

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

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

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