Html Css Color HEX #DD163C Crimson

📋 copy color: '#DD163C'

red 221 ◦ green 22 ◦ blue 60

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

Shades of Crimson #DD163C

Tints of Crimson #DD163C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.26%

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

R = 72.94%
G = 7.26%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD163C (or 0xDD163C) is known color: Crimson. HEX triplet: DD, 16 and 3C. RGB value is (221,22,60). Sum of RGB (Red+Green+Blue) = 221+22+60=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD163C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD163C is #22E9C3. Grayscale: #555555. Windows color (decimal): -2288068 or 3938013. OLE color: 3938013.

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

Color convert

RGB 221 22 60 -
CMYK 0 0.90 0.73 0.13
HSL 348.54º 0.82% 0.48% -
HSV(B) 348.54º 0.9% 0.87% -
XYZ 30.92 16.27 5.79 -
YUV 85.83 113.43 224.41 -
System Red Green Blue C M Y K H S L
Decimal 221 22 60 0 0.90 0.73 0.13 348.54 0.82 0.48
Hex DD 16 3C 0 5A 49 D 15D 52 30
Octal 335 26 74 0 132 111 15 535 122 60
Binary 11011101 10110 111100 0 1011010 1001001 1101 101011101 1010010 110000

Color Harmonies of #DD163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD163C

Black with #DD163C

Text Example


Text Example

White with #DD163C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD163C; }

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

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

background-color css

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

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

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

border-color css

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

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

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