Html Css Color HEX #DD0E38 Crimson

📋 copy color: '#DD0E38'

red 221 ◦ green 14 ◦ blue 56

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

Shades of Crimson #DD0E38

Tints of Crimson #DD0E38

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.81%

 BLUE value IS 56 (22.27% from 255) = 19.24%

R = 75.95%
G = 4.81%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD0E38 (or 0xDD0E38) is known color: Crimson. HEX triplet: DD, 0E and 38. RGB value is (221,14,56). Sum of RGB (Red+Green+Blue) = 221+14+56=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0E38 is #22F1C7. Grayscale: #505050. Windows color (decimal): -2290120 or 3673821. OLE color: 3673821.

HSL color Cylindrical-coordinate representation of color #DD0E38: hue angle of 347.83º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0E38 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 14 56 -
CMYK 0 0.94 0.75 0.13
HSL 347.83º 0.88% 0.46% -
HSV(B) 347.83º 0.94% 0.87% -
XYZ 30.69 15.97 5.21 -
YUV 80.68 114.08 228.08 -
System Red Green Blue C M Y K H S L
Decimal 221 14 56 0 0.94 0.75 0.13 347.83 0.88 0.46
Hex DD E 38 0 5E 4B D 15C 58 2E
Octal 335 16 70 0 136 113 15 534 130 56
Binary 11011101 1110 111000 0 1011110 1001011 1101 101011100 1011000 101110

Color Harmonies of #DD0E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0E38

Black with #DD0E38

Text Example


Text Example

White with #DD0E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0E38; }

 p { color: rgb(221,14,56); }

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

background-color css

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

 a { background-color: rgb(221,14,56); }

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

border-color css

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

 span { border-color: rgb(221,14,56); }

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