#DD093E

Color #DD093E Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #DD093E

Tints of Crimson #DD093E

Color information

#DD093E (or 0xDD093E) is unknown color: approx Crimson. HEX triplet: DD, 09 and 3E. RGB value is (221,9,62). Sum of RGB (Red+Green+Blue) = 221+9+62=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD093E is #22F6C1. Grayscale: #4E4E4E. Windows color (decimal): -2291394 or 4065757. OLE color: 4065757.

HSL color Cylindrical-coordinate representation of color #DD093E: hue angle of 345º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD093E is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB221962-
CMYK00.960.720.13
HSL345º92.17%45.1%-
HSV(B)345º95.93%86.67%-
XYZ30.7915.926.01-
YUV78.43118.74229.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 75.68%
GREEN value IS 9 (3.91% from 255) = 3.08%
BLUE value IS 62 (24.61% from 255) = 21.23%
R=75.68%
G=3.08%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22196200.960.720.1334592.1745.1
HexDD93E06048D1595c2d
Octal335117601401101553113455
Binary11011101100111111001100000100100011011010110011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD093E; }

 p { color: rgb(221,9,62); }

 H1.HeaderClassName
 {
   color: #DD093E;
 }
 .AnyTagClassName
 {
   color: #DD093E;
 }
</style>
background-color css

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

 a { background-color: rgb(221,9,62); }

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

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

 span { border-color: rgb(221,9,62); }

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