Html Css Color HEX #DD1042 Crimson

📋 copy color: '#DD1042'

red 221 ◦ green 16 ◦ blue 66

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

Shades of Crimson #DD1042

Tints of Crimson #DD1042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.78%

R = 72.94%
G = 5.28%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD1042 (or 0xDD1042) is known color: Crimson. HEX triplet: DD, 10 and 42. RGB value is (221,16,66). Sum of RGB (Red+Green+Blue) = 221+16+66=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1042 is #22EFBD. Grayscale: #535353. Windows color (decimal): -2289598 or 4329693. OLE color: 4329693.

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

Color convert

RGB 221 16 66 -
CMYK 0 0.93 0.70 0.13
HSL 345.37º 0.86% 0.46% -
HSV(B) 345.37º 0.93% 0.87% -
XYZ 30.99 16.14 6.64 -
YUV 83 118.42 226.43 -
System Red Green Blue C M Y K H S L
Decimal 221 16 66 0 0.93 0.70 0.13 345.37 0.86 0.46
Hex DD 10 42 0 5D 46 D 159 56 2E
Octal 335 20 102 0 135 106 15 531 126 56
Binary 11011101 10000 1000010 0 1011101 1000110 1101 101011001 1010110 101110

Color Harmonies of #DD1042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1042

Black with #DD1042

Text Example


Text Example

White with #DD1042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1042; }

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

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

background-color css

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

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

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

border-color css

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

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

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