Html Css Color HEX #DD4926 Cinnabar

📋 copy color: '#DD4926'

red 221 ◦ green 73 ◦ blue 38

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

Shades of Cinnabar #DD4926

Tints of Cinnabar #DD4926

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.99%

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

R = 66.57%
G = 21.99%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD4926 (or 0xDD4926) is known color: Cinnabar. HEX triplet: DD, 49 and 26. RGB value is (221,73,38). Sum of RGB (Red+Green+Blue) = 221+73+38=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4926 is #22B6D9. Grayscale: #717171. Windows color (decimal): -2275034 or 2509277. OLE color: 2509277.

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

Color convert

RGB 221 73 38 -
CMYK 0 0.67 0.83 0.13
HSL 11.48º 0.73% 0.51% -
HSV(B) 11.48º 0.83% 0.87% -
XYZ 32.55 20.28 4.03 -
YUV 113.26 85.53 204.85 -
System Red Green Blue C M Y K H S L
Decimal 221 73 38 0 0.67 0.83 0.13 11.48 0.73 0.51
Hex DD 49 26 0 43 53 D B 49 33
Octal 335 111 46 0 103 123 15 13 111 63
Binary 11011101 1001001 100110 0 1000011 1010011 1101 1011 1001001 110011

Color Harmonies of #DD4926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4926

Black with #DD4926

Text Example


Text Example

White with #DD4926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4926; }

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

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

background-color css

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

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

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

border-color css

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

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

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