Html Css Color HEX #DD0733 Crimson

📋 copy color: '#DD0733'

red 221 ◦ green 7 ◦ blue 51

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

Shades of Crimson #DD0733

Tints of Crimson #DD0733

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.51%

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

R = 79.21%
G = 2.51%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD0733 (or 0xDD0733) is known color: Crimson. HEX triplet: DD, 07 and 33. RGB value is (221,7,51). Sum of RGB (Red+Green+Blue) = 221+7+51=279 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.21% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0733 is #22F8CC. Grayscale: #4C4C4C. Windows color (decimal): -2291917 or 3344349. OLE color: 3344349.

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

Color convert

RGB 221 7 51 -
CMYK 0 0.97 0.77 0.13
HSL 347.66º 0.94% 0.45% -
HSV(B) 347.66º 0.97% 0.87% -
XYZ 30.49 15.76 4.57 -
YUV 76 113.9 231.42 -
System Red Green Blue C M Y K H S L
Decimal 221 7 51 0 0.97 0.77 0.13 347.66 0.94 0.45
Hex DD 7 33 0 61 4D D 15C 5E 2D
Octal 335 7 63 0 141 115 15 534 136 55
Binary 11011101 111 110011 0 1100001 1001101 1101 101011100 1011110 101101

Color Harmonies of #DD0733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0733

Black with #DD0733

Text Example


Text Example

White with #DD0733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0733; }

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

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

background-color css

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

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

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

border-color css

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

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

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