Html Css Color HEX #DD153A Crimson

📋 copy color: '#DD153A'

red 221 ◦ green 21 ◦ blue 58

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

Shades of Crimson #DD153A

Tints of Crimson #DD153A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.33%

R = 73.67%
G = 7%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD153A (or 0xDD153A) is known color: Crimson. HEX triplet: DD, 15 and 3A. RGB value is (221,21,58). Sum of RGB (Red+Green+Blue) = 221+21+58=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD153A is #22EAC5. Grayscale: #555555. Windows color (decimal): -2288326 or 3806685. OLE color: 3806685.

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

Color convert

RGB 221 21 58 -
CMYK 0 0.90 0.74 0.13
HSL 348.9º 0.83% 0.47% -
HSV(B) 348.9º 0.9% 0.87% -
XYZ 30.85 16.21 5.51 -
YUV 85.02 112.76 224.99 -
System Red Green Blue C M Y K H S L
Decimal 221 21 58 0 0.90 0.74 0.13 348.9 0.83 0.47
Hex DD 15 3A 0 5A 4A D 15D 53 2F
Octal 335 25 72 0 132 112 15 535 123 57
Binary 11011101 10101 111010 0 1011010 1001010 1101 101011101 1010011 101111

Color Harmonies of #DD153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD153A

Black with #DD153A

Text Example


Text Example

White with #DD153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD153A; }

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

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

background-color css

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

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

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

border-color css

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

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

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