Html Css Color HEX #DD1034 Crimson

📋 copy color: '#DD1034'

red 221 ◦ green 16 ◦ blue 52

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

Shades of Crimson #DD1034

Tints of Crimson #DD1034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.54%

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

R = 76.47%
G = 5.54%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD1034 (or 0xDD1034) is known color: Crimson. HEX triplet: DD, 10 and 34. RGB value is (221,16,52). Sum of RGB (Red+Green+Blue) = 221+16+52=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1034 is #22EFCB. Grayscale: #515151. Windows color (decimal): -2289612 or 3412189. OLE color: 3412189.

HSL color Cylindrical-coordinate representation of color #DD1034: hue angle of 349.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1034 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 16 52 -
CMYK 0 0.93 0.76 0.13
HSL 349.46º 0.86% 0.46% -
HSV(B) 349.46º 0.93% 0.87% -
XYZ 30.62 15.99 4.72 -
YUV 81.4 111.42 227.57 -
System Red Green Blue C M Y K H S L
Decimal 221 16 52 0 0.93 0.76 0.13 349.46 0.86 0.46
Hex DD 10 34 0 5D 4C D 15D 56 2E
Octal 335 20 64 0 135 114 15 535 126 56
Binary 11011101 10000 110100 0 1011101 1001100 1101 101011101 1010110 101110

Color Harmonies of #DD1034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1034

Black with #DD1034

Text Example


Text Example

White with #DD1034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1034; }

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

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

background-color css

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

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

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

border-color css

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

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

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