Html Css Color HEX #DD1A45 Crimson

📋 copy color: '#DD1A45'

red 221 ◦ green 26 ◦ blue 69

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

Shades of Crimson #DD1A45

Tints of Crimson #DD1A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.84%

R = 69.94%
G = 8.23%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD1A45 (or 0xDD1A45) is known color: Crimson. HEX triplet: DD, 1A and 45. RGB value is (221,26,69). Sum of RGB (Red+Green+Blue) = 221+26+69=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1A45 is #22E5BA. Grayscale: #595959. Windows color (decimal): -2287035 or 4528861. OLE color: 4528861.

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

Color convert

RGB 221 26 69 -
CMYK 0 0.88 0.69 0.13
HSL 346.77º 0.79% 0.48% -
HSV(B) 346.77º 0.88% 0.87% -
XYZ 31.26 16.54 7.18 -
YUV 89.21 116.6 222 -
System Red Green Blue C M Y K H S L
Decimal 221 26 69 0 0.88 0.69 0.13 346.77 0.79 0.48
Hex DD 1A 45 0 58 45 D 15B 4F 30
Octal 335 32 105 0 130 105 15 533 117 60
Binary 11011101 11010 1000101 0 1011000 1000101 1101 101011011 1001111 110000

Color Harmonies of #DD1A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1A45

Black with #DD1A45

Text Example


Text Example

White with #DD1A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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