Html Css Color HEX #DD1340 Crimson

📋 copy color: '#DD1340'

red 221 ◦ green 19 ◦ blue 64

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

Shades of Crimson #DD1340

Tints of Crimson #DD1340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.05%

R = 72.7%
G = 6.25%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD1340 (or 0xDD1340) is known color: Crimson. HEX triplet: DD, 13 and 40. RGB value is (221,19,64). Sum of RGB (Red+Green+Blue) = 221+19+64=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1340 is #22ECBF. Grayscale: #545454. Windows color (decimal): -2288832 or 4199389. OLE color: 4199389.

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

Color convert

RGB 221 19 64 -
CMYK 0 0.91 0.71 0.13
HSL 346.63º 0.84% 0.47% -
HSV(B) 346.63º 0.91% 0.87% -
XYZ 30.98 16.21 6.35 -
YUV 84.53 116.42 225.34 -
System Red Green Blue C M Y K H S L
Decimal 221 19 64 0 0.91 0.71 0.13 346.63 0.84 0.47
Hex DD 13 40 0 5B 47 D 15B 54 2F
Octal 335 23 100 0 133 107 15 533 124 57
Binary 11011101 10011 1000000 0 1011011 1000111 1101 101011011 1010100 101111

Color Harmonies of #DD1340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1340

Black with #DD1340

Text Example


Text Example

White with #DD1340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1340; }

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

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

background-color css

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

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

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

border-color css

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

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

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