Html Css Color HEX #DD4A38 Cinnabar

📋 copy color: '#DD4A38'

red 221 ◦ green 74 ◦ blue 56

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

Shades of Cinnabar #DD4A38

Tints of Cinnabar #DD4A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.95%

R = 62.96%
G = 21.08%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD4A38 (or 0xDD4A38) is known color: Cinnabar. HEX triplet: DD, 4A and 38. RGB value is (221,74,56). Sum of RGB (Red+Green+Blue) = 221+74+56=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A38 is #22B5C7. Grayscale: #747474. Windows color (decimal): -2274760 or 3689181. OLE color: 3689181.

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

Color convert

RGB 221 74 56 -
CMYK 0 0.67 0.75 0.13
HSL 6.55º 0.71% 0.54% -
HSV(B) 6.55º 0.75% 0.87% -
XYZ 32.98 20.56 5.97 -
YUV 115.9 94.2 202.96 -
System Red Green Blue C M Y K H S L
Decimal 221 74 56 0 0.67 0.75 0.13 6.55 0.71 0.54
Hex DD 4A 38 0 43 4B D 7 47 36
Octal 335 112 70 0 103 113 15 7 107 66
Binary 11011101 1001010 111000 0 1000011 1001011 1101 111 1000111 110110

Color Harmonies of #DD4A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A38

Black with #DD4A38

Text Example


Text Example

White with #DD4A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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