Html Css Color HEX #DD093C Crimson

📋 copy color: '#DD093C'

red 221 ◦ green 9 ◦ blue 60

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

Shades of Crimson #DD093C

Tints of Crimson #DD093C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.1%

 BLUE value IS 60 (23.83% from 255) = 20.69%

R = 76.21%
G = 3.1%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD093C (or 0xDD093C) is known color: Crimson. HEX triplet: DD, 09 and 3C. RGB value is (221,9,60). Sum of RGB (Red+Green+Blue) = 221+9+60=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD093C is #22F6C3. Grayscale: #4E4E4E. Windows color (decimal): -2291396 or 3934685. OLE color: 3934685.

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

Color convert

RGB 221 9 60 -
CMYK 0 0.96 0.73 0.13
HSL 345.57º 0.92% 0.45% -
HSV(B) 345.57º 0.96% 0.87% -
XYZ 30.73 15.89 5.72 -
YUV 78.2 117.74 229.85 -
System Red Green Blue C M Y K H S L
Decimal 221 9 60 0 0.96 0.73 0.13 345.57 0.92 0.45
Hex DD 9 3C 0 60 49 D 15A 5C 2D
Octal 335 11 74 0 140 111 15 532 134 55
Binary 11011101 1001 111100 0 1100000 1001001 1101 101011010 1011100 101101

Color Harmonies of #DD093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD093C

Black with #DD093C

Text Example


Text Example

White with #DD093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD093C; }

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

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

background-color css

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

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

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

border-color css

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

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

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