Html Css Color HEX #DD093F Crimson

📋 copy color: '#DD093F'

red 221 ◦ green 9 ◦ blue 63

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

Shades of Crimson #DD093F

Tints of Crimson #DD093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.5%

R = 75.43%
G = 3.07%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD093F (or 0xDD093F) is known color: Crimson. HEX triplet: DD, 09 and 3F. RGB value is (221,9,63). Sum of RGB (Red+Green+Blue) = 221+9+63=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD093F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD093F is #22F6C0. Grayscale: #4E4E4E. Windows color (decimal): -2291393 or 4131293. OLE color: 4131293.

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

Color convert

RGB 221 9 63 -
CMYK 0 0.96 0.71 0.13
HSL 344.72º 0.92% 0.45% -
HSV(B) 344.72º 0.96% 0.87% -
XYZ 30.81 15.93 6.15 -
YUV 78.54 119.24 229.61 -
System Red Green Blue C M Y K H S L
Decimal 221 9 63 0 0.96 0.71 0.13 344.72 0.92 0.45
Hex DD 9 3F 0 60 47 D 159 5C 2D
Octal 335 11 77 0 140 107 15 531 134 55
Binary 11011101 1001 111111 0 1100000 1000111 1101 101011001 1011100 101101

Color Harmonies of #DD093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD093F

Black with #DD093F

Text Example


Text Example

White with #DD093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD093F; }

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

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

background-color css

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

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

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

border-color css

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

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

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