Html Css Color HEX #DD4433 Cinnabar

📋 copy color: '#DD4433'

red 221 ◦ green 68 ◦ blue 51

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

Shades of Cinnabar #DD4433

Tints of Cinnabar #DD4433

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20%

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

R = 65%
G = 20%
B = 15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD4433 (or 0xDD4433) is known color: Cinnabar. HEX triplet: DD, 44 and 33. RGB value is (221,68,51). Sum of RGB (Red+Green+Blue) = 221+68+51=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4433 is #22BBCC. Grayscale: #707070. Windows color (decimal): -2276301 or 3359965. OLE color: 3359965.

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

Color convert

RGB 221 68 51 -
CMYK 0 0.69 0.77 0.13
HSL 0.71% 0.53% -
HSV(B) 0.77% 0.87% -
XYZ 32.48 19.75 5.23 -
YUV 111.81 93.69 205.88 -
System Red Green Blue C M Y K H S L
Decimal 221 68 51 0 0.69 0.77 0.13 6 0.71 0.53
Hex DD 44 33 0 45 4D D 6 47 35
Octal 335 104 63 0 105 115 15 6 107 65
Binary 11011101 1000100 110011 0 1000101 1001101 1101 110 1000111 110101

Color Harmonies of #DD4433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4433

Black with #DD4433

Text Example


Text Example

White with #DD4433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4433; }

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

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

background-color css

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

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

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

border-color css

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

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

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