Html Css Color HEX #DD4226 Cinnabar

📋 copy color: '#DD4226'

red 221 ◦ green 66 ◦ blue 38

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

Shades of Cinnabar #DD4226

Tints of Cinnabar #DD4226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.69%

R = 68%
G = 20.31%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD4226 (or 0xDD4226) is known color: Cinnabar. HEX triplet: DD, 42 and 26. RGB value is (221,66,38). Sum of RGB (Red+Green+Blue) = 221+66+38=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4226 is #22BDD9. Grayscale: #6D6D6D. Windows color (decimal): -2276826 or 2507485. OLE color: 2507485.

HSL color Cylindrical-coordinate representation of color #DD4226: hue angle of 9.18º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD4226 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 66 38 -
CMYK 0 0.70 0.83 0.13
HSL 9.18º 0.73% 0.51% -
HSV(B) 9.18º 0.83% 0.87% -
XYZ 32.12 19.41 3.89 -
YUV 109.15 87.85 207.78 -
System Red Green Blue C M Y K H S L
Decimal 221 66 38 0 0.70 0.83 0.13 9.18 0.73 0.51
Hex DD 42 26 0 46 53 D 9 49 33
Octal 335 102 46 0 106 123 15 11 111 63
Binary 11011101 1000010 100110 0 1000110 1010011 1101 1001 1001001 110011

Color Harmonies of #DD4226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4226

Black with #DD4226

Text Example


Text Example

White with #DD4226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4226; }

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

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

background-color css

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

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

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

border-color css

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

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

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