Html Css Color HEX #DD4C26 Cinnabar

📋 copy color: '#DD4C26'

red 221 ◦ green 76 ◦ blue 38

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

Shades of Cinnabar #DD4C26

Tints of Cinnabar #DD4C26

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.69%

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

R = 65.97%
G = 22.69%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD4C26 (or 0xDD4C26) is known color: Cinnabar. HEX triplet: DD, 4C and 26. RGB value is (221,76,38). Sum of RGB (Red+Green+Blue) = 221+76+38=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C26 is #22B3D9. Grayscale: #737373. Windows color (decimal): -2274266 or 2510045. OLE color: 2510045.

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

Color convert

RGB 221 76 38 -
CMYK 0 0.66 0.83 0.13
HSL 12.46º 0.73% 0.51% -
HSV(B) 12.46º 0.83% 0.87% -
XYZ 32.75 20.68 4.1 -
YUV 115.02 84.54 203.59 -
System Red Green Blue C M Y K H S L
Decimal 221 76 38 0 0.66 0.83 0.13 12.46 0.73 0.51
Hex DD 4C 26 0 42 53 D C 49 33
Octal 335 114 46 0 102 123 15 14 111 63
Binary 11011101 1001100 100110 0 1000010 1010011 1101 1100 1001001 110011

Color Harmonies of #DD4C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C26

Black with #DD4C26

Text Example


Text Example

White with #DD4C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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