Html Css Color HEX #DD153C Crimson

📋 copy color: '#DD153C'

red 221 ◦ green 21 ◦ blue 60

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

Shades of Crimson #DD153C

Tints of Crimson #DD153C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.95%

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

R = 73.18%
G = 6.95%
B = 19.87%

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

#DD153C (or 0xDD153C) is known color: Crimson. HEX triplet: DD, 15 and 3C. RGB value is (221,21,60). Sum of RGB (Red+Green+Blue) = 221+21+60=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD153C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD153C is #22EAC3. Grayscale: #555555. Windows color (decimal): -2288324 or 3937757. OLE color: 3937757.

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

Color convert

RGB 221 21 60 -
CMYK 0 0.90 0.73 0.13
HSL 348.3º 0.83% 0.47% -
HSV(B) 348.3º 0.9% 0.87% -
XYZ 30.9 16.23 5.78 -
YUV 85.25 113.76 224.83 -
System Red Green Blue C M Y K H S L
Decimal 221 21 60 0 0.90 0.73 0.13 348.3 0.83 0.47
Hex DD 15 3C 0 5A 49 D 15C 53 2F
Octal 335 25 74 0 132 111 15 534 123 57
Binary 11011101 10101 111100 0 1011010 1001001 1101 101011100 1010011 101111

Color Harmonies of #DD153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD153C

Black with #DD153C

Text Example


Text Example

White with #DD153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD153C; }

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

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

background-color css

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

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

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

border-color css

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

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

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