Html Css Color HEX #DD1534 Crimson

📋 copy color: '#DD1534'

red 221 ◦ green 21 ◦ blue 52

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

Shades of Crimson #DD1534

Tints of Crimson #DD1534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 75.17%
G = 7.14%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD1534 (or 0xDD1534) is known color: Crimson. HEX triplet: DD, 15 and 34. RGB value is (221,21,52). Sum of RGB (Red+Green+Blue) = 221+21+52=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1534 is #22EACB. Grayscale: #545454. Windows color (decimal): -2288332 or 3413469. OLE color: 3413469.

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

Color convert

RGB 221 21 52 -
CMYK 0 0.90 0.76 0.13
HSL 350.7º 0.83% 0.47% -
HSV(B) 350.7º 0.9% 0.87% -
XYZ 30.71 16.16 4.75 -
YUV 84.33 109.76 225.48 -
System Red Green Blue C M Y K H S L
Decimal 221 21 52 0 0.90 0.76 0.13 350.7 0.83 0.47
Hex DD 15 34 0 5A 4C D 15F 53 2F
Octal 335 25 64 0 132 114 15 537 123 57
Binary 11011101 10101 110100 0 1011010 1001100 1101 101011111 1010011 101111

Color Harmonies of #DD1534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1534

Black with #DD1534

Text Example


Text Example

White with #DD1534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1534; }

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

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

background-color css

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

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

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

border-color css

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

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

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