Html Css Color HEX #DD183B Crimson

📋 copy color: '#DD183B'

red 221 ◦ green 24 ◦ blue 59

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

Shades of Crimson #DD183B

Tints of Crimson #DD183B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.89%

 BLUE value IS 59 (23.44% from 255) = 19.41%

R = 72.7%
G = 7.89%
B = 19.41%

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

#DD183B (or 0xDD183B) is known color: Crimson. HEX triplet: DD, 18 and 3B. RGB value is (221,24,59). Sum of RGB (Red+Green+Blue) = 221+24+59=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD183B is #22E7C4. Grayscale: #565656. Windows color (decimal): -2287557 or 3872989. OLE color: 3872989.

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

Color convert

RGB 221 24 59 -
CMYK 0 0.89 0.73 0.13
HSL 349.34º 0.8% 0.48% -
HSV(B) 349.34º 0.89% 0.87% -
XYZ 30.93 16.34 5.66 -
YUV 86.89 112.27 223.65 -
System Red Green Blue C M Y K H S L
Decimal 221 24 59 0 0.89 0.73 0.13 349.34 0.8 0.48
Hex DD 18 3B 0 59 49 D 15D 50 30
Octal 335 30 73 0 131 111 15 535 120 60
Binary 11011101 11000 111011 0 1011001 1001001 1101 101011101 1010000 110000

Color Harmonies of #DD183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD183B

Black with #DD183B

Text Example


Text Example

White with #DD183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD183B; }

 p { color: rgb(221,24,59); }

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

background-color css

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

 a { background-color: rgb(221,24,59); }

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

border-color css

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

 span { border-color: rgb(221,24,59); }

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