Html Css Color HEX #DD1337 Crimson

📋 copy color: '#DD1337'

red 221 ◦ green 19 ◦ blue 55

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

Shades of Crimson #DD1337

Tints of Crimson #DD1337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.44%

 BLUE value IS 55 (21.88% from 255) = 18.64%

R = 74.92%
G = 6.44%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD1337 (or 0xDD1337) is known color: Crimson. HEX triplet: DD, 13 and 37. RGB value is (221,19,55). Sum of RGB (Red+Green+Blue) = 221+19+55=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1337 is #22ECC8. Grayscale: #535353. Windows color (decimal): -2288841 or 3609565. OLE color: 3609565.

HSL color Cylindrical-coordinate representation of color #DD1337: hue angle of 349.31º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1337 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 19 55 -
CMYK 0 0.91 0.75 0.13
HSL 349.31º 0.84% 0.47% -
HSV(B) 349.31º 0.91% 0.87% -
XYZ 30.74 16.11 5.1 -
YUV 83.5 111.92 226.07 -
System Red Green Blue C M Y K H S L
Decimal 221 19 55 0 0.91 0.75 0.13 349.31 0.84 0.47
Hex DD 13 37 0 5B 4B D 15D 54 2F
Octal 335 23 67 0 133 113 15 535 124 57
Binary 11011101 10011 110111 0 1011011 1001011 1101 101011101 1010100 101111

Color Harmonies of #DD1337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1337

Black with #DD1337

Text Example


Text Example

White with #DD1337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1337; }

 p { color: rgb(221,19,55); }

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

background-color css

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

 a { background-color: rgb(221,19,55); }

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

border-color css

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

 span { border-color: rgb(221,19,55); }

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