Html Css Color HEX #DD4238 Cinnabar

📋 copy color: '#DD4238'

red 221 ◦ green 66 ◦ blue 56

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

Shades of Cinnabar #DD4238

Tints of Cinnabar #DD4238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.24%

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

R = 64.43%
G = 19.24%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD4238 (or 0xDD4238) is known color: Cinnabar. HEX triplet: DD, 42 and 38. RGB value is (221,66,56). Sum of RGB (Red+Green+Blue) = 221+66+56=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4238 is #22BDC7. Grayscale: #6F6F6F. Windows color (decimal): -2276808 or 3687133. OLE color: 3687133.

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

Color convert

RGB 221 66 56 -
CMYK 0 0.70 0.75 0.13
HSL 3.64º 0.71% 0.54% -
HSV(B) 3.64º 0.75% 0.87% -
XYZ 32.48 19.55 5.8 -
YUV 111.21 96.85 206.31 -
System Red Green Blue C M Y K H S L
Decimal 221 66 56 0 0.70 0.75 0.13 3.64 0.71 0.54
Hex DD 42 38 0 46 4B D 4 47 36
Octal 335 102 70 0 106 113 15 4 107 66
Binary 11011101 1000010 111000 0 1000110 1001011 1101 100 1000111 110110

Color Harmonies of #DD4238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4238

Black with #DD4238

Text Example


Text Example

White with #DD4238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4238; }

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

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

background-color css

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

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

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

border-color css

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

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

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