Html Css Color HEX #DD1A3C Crimson

📋 copy color: '#DD1A3C'

red 221 ◦ green 26 ◦ blue 60

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

Shades of Crimson #DD1A3C

Tints of Crimson #DD1A3C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.47%

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

R = 71.99%
G = 8.47%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD1A3C (or 0xDD1A3C) is known color: Crimson. HEX triplet: DD, 1A and 3C. RGB value is (221,26,60). Sum of RGB (Red+Green+Blue) = 221+26+60=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1A3C is #22E5C3. Grayscale: #585858. Windows color (decimal): -2287044 or 3939037. OLE color: 3939037.

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

Color convert

RGB 221 26 60 -
CMYK 0 0.88 0.73 0.13
HSL 349.54º 0.79% 0.48% -
HSV(B) 349.54º 0.88% 0.87% -
XYZ 31 16.44 5.81 -
YUV 88.18 112.1 222.74 -
System Red Green Blue C M Y K H S L
Decimal 221 26 60 0 0.88 0.73 0.13 349.54 0.79 0.48
Hex DD 1A 3C 0 58 49 D 15E 4F 30
Octal 335 32 74 0 130 111 15 536 117 60
Binary 11011101 11010 111100 0 1011000 1001001 1101 101011110 1001111 110000

Color Harmonies of #DD1A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1A3C

Black with #DD1A3C

Text Example


Text Example

White with #DD1A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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