Html Css Color HEX #DD4333 Cinnabar

📋 copy color: '#DD4333'

red 221 ◦ green 67 ◦ blue 51

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

Shades of Cinnabar #DD4333

Tints of Cinnabar #DD4333

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.76%

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

R = 65.19%
G = 19.76%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD4333 (or 0xDD4333) is known color: Cinnabar. HEX triplet: DD, 43 and 33. RGB value is (221,67,51). Sum of RGB (Red+Green+Blue) = 221+67+51=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4333 is #22BCCC. Grayscale: #6F6F6F. Windows color (decimal): -2276557 or 3359709. OLE color: 3359709.

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

Color convert

RGB 221 67 51 -
CMYK 0 0.70 0.77 0.13
HSL 5.65º 0.71% 0.53% -
HSV(B) 5.65º 0.77% 0.87% -
XYZ 32.42 19.63 5.21 -
YUV 111.22 94.02 206.3 -
System Red Green Blue C M Y K H S L
Decimal 221 67 51 0 0.70 0.77 0.13 5.65 0.71 0.53
Hex DD 43 33 0 46 4D D 6 47 35
Octal 335 103 63 0 106 115 15 6 107 65
Binary 11011101 1000011 110011 0 1000110 1001101 1101 110 1000111 110101

Color Harmonies of #DD4333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4333

Black with #DD4333

Text Example


Text Example

White with #DD4333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4333; }

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

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

background-color css

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

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

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

border-color css

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

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

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