Html Css Color HEX #DD0E33 Crimson

📋 copy color: '#DD0E33'

red 221 ◦ green 14 ◦ blue 51

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

Shades of Crimson #DD0E33

Tints of Crimson #DD0E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.83%

R = 77.27%
G = 4.9%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD0E33 (or 0xDD0E33) is known color: Crimson. HEX triplet: DD, 0E and 33. RGB value is (221,14,51). Sum of RGB (Red+Green+Blue) = 221+14+51=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0E33 is #22F1CC. Grayscale: #505050. Windows color (decimal): -2290125 or 3346141. OLE color: 3346141.

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

Color convert

RGB 221 14 51 -
CMYK 0 0.94 0.77 0.13
HSL 349.28º 0.88% 0.46% -
HSV(B) 349.28º 0.94% 0.87% -
XYZ 30.57 15.93 4.59 -
YUV 80.11 111.58 228.49 -
System Red Green Blue C M Y K H S L
Decimal 221 14 51 0 0.94 0.77 0.13 349.28 0.88 0.46
Hex DD E 33 0 5E 4D D 15D 58 2E
Octal 335 16 63 0 136 115 15 535 130 56
Binary 11011101 1110 110011 0 1011110 1001101 1101 101011101 1011000 101110

Color Harmonies of #DD0E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0E33

Black with #DD0E33

Text Example


Text Example

White with #DD0E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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