Html Css Color HEX #DD4A33 Cinnabar

📋 copy color: '#DD4A33'

red 221 ◦ green 74 ◦ blue 51

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

Shades of Cinnabar #DD4A33

Tints of Cinnabar #DD4A33

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.39%

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

R = 63.87%
G = 21.39%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD4A33 (or 0xDD4A33) is known color: Cinnabar. HEX triplet: DD, 4A and 33. RGB value is (221,74,51). Sum of RGB (Red+Green+Blue) = 221+74+51=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A33 is #22B5CC. Grayscale: #737373. Windows color (decimal): -2274765 or 3361501. OLE color: 3361501.

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

Color convert

RGB 221 74 51 -
CMYK 0 0.67 0.77 0.13
HSL 8.12º 0.71% 0.53% -
HSV(B) 8.12º 0.77% 0.87% -
XYZ 32.87 20.51 5.36 -
YUV 115.33 91.7 203.37 -
System Red Green Blue C M Y K H S L
Decimal 221 74 51 0 0.67 0.77 0.13 8.12 0.71 0.53
Hex DD 4A 33 0 43 4D D 8 47 35
Octal 335 112 63 0 103 115 15 10 107 65
Binary 11011101 1001010 110011 0 1000011 1001101 1101 1000 1000111 110101

Color Harmonies of #DD4A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A33

Black with #DD4A33

Text Example


Text Example

White with #DD4A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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