Html Css Color HEX #DD3733 Cinnabar

📋 copy color: '#DD3733'

red 221 ◦ green 55 ◦ blue 51

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

Shades of Cinnabar #DD3733

Tints of Cinnabar #DD3733

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.82%

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

R = 67.58%
G = 16.82%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD3733 (or 0xDD3733) is known color: Cinnabar. HEX triplet: DD, 37 and 33. RGB value is (221,55,51). Sum of RGB (Red+Green+Blue) = 221+55+51=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3733 is #22C8CC. Grayscale: #686868. Windows color (decimal): -2279629 or 3356637. OLE color: 3356637.

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

Color convert

RGB 221 55 51 -
CMYK 0 0.75 0.77 0.13
HSL 1.41º 0.71% 0.53% -
HSV(B) 1.41º 0.77% 0.87% -
XYZ 31.78 18.34 5 -
YUV 104.18 98 211.33 -
System Red Green Blue C M Y K H S L
Decimal 221 55 51 0 0.75 0.77 0.13 1.41 0.71 0.53
Hex DD 37 33 0 4B 4D D 1 47 35
Octal 335 67 63 0 113 115 15 1 107 65
Binary 11011101 110111 110011 0 1001011 1001101 1101 1 1000111 110101

Color Harmonies of #DD3733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3733

Black with #DD3733

Text Example


Text Example

White with #DD3733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3733; }

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

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

background-color css

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

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

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

border-color css

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

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

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