Html Css Color HEX #DD163E Crimson

📋 copy color: '#DD163E'

red 221 ◦ green 22 ◦ blue 62

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

Shades of Crimson #DD163E

Tints of Crimson #DD163E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.33%

R = 72.46%
G = 7.21%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD163E (or 0xDD163E) is known color: Crimson. HEX triplet: DD, 16 and 3E. RGB value is (221,22,62). Sum of RGB (Red+Green+Blue) = 221+22+62=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD163E is #22E9C1. Grayscale: #565656. Windows color (decimal): -2288066 or 4069085. OLE color: 4069085.

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

Color convert

RGB 221 22 62 -
CMYK 0 0.90 0.72 0.13
HSL 347.94º 0.82% 0.48% -
HSV(B) 347.94º 0.9% 0.87% -
XYZ 30.98 16.29 6.07 -
YUV 86.06 114.43 224.25 -
System Red Green Blue C M Y K H S L
Decimal 221 22 62 0 0.90 0.72 0.13 347.94 0.82 0.48
Hex DD 16 3E 0 5A 48 D 15C 52 30
Octal 335 26 76 0 132 110 15 534 122 60
Binary 11011101 10110 111110 0 1011010 1001000 1101 101011100 1010010 110000

Color Harmonies of #DD163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD163E

Black with #DD163E

Text Example


Text Example

White with #DD163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD163E; }

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

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

background-color css

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

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

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

border-color css

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

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

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