Html Css Color HEX #DD1036 Crimson

📋 copy color: '#DD1036'

red 221 ◦ green 16 ◦ blue 54

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

Shades of Crimson #DD1036

Tints of Crimson #DD1036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.56%

R = 75.95%
G = 5.5%
B = 18.56%

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

#DD1036 (or 0xDD1036) is known color: Crimson. HEX triplet: DD, 10 and 36. RGB value is (221,16,54). Sum of RGB (Red+Green+Blue) = 221+16+54=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1036 is #22EFC9. Grayscale: #515151. Windows color (decimal): -2289610 or 3543261. OLE color: 3543261.

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

Color convert

RGB 221 16 54 -
CMYK 0 0.93 0.76 0.13
HSL 348.88º 0.86% 0.46% -
HSV(B) 348.88º 0.93% 0.87% -
XYZ 30.67 16.01 4.96 -
YUV 81.63 112.42 227.41 -
System Red Green Blue C M Y K H S L
Decimal 221 16 54 0 0.93 0.76 0.13 348.88 0.86 0.46
Hex DD 10 36 0 5D 4C D 15D 56 2E
Octal 335 20 66 0 135 114 15 535 126 56
Binary 11011101 10000 110110 0 1011101 1001100 1101 101011101 1010110 101110

Color Harmonies of #DD1036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1036

Black with #DD1036

Text Example


Text Example

White with #DD1036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1036; }

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

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

background-color css

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

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

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

border-color css

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

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

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