Html Css Color HEX #DD4A23 Cinnabar

📋 copy color: '#DD4A23'

red 221 ◦ green 74 ◦ blue 35

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

Shades of Cinnabar #DD4A23

Tints of Cinnabar #DD4A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.61%

R = 66.97%
G = 22.42%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD4A23 (or 0xDD4A23) is known color: Cinnabar. HEX triplet: DD, 4A and 23. RGB value is (221,74,35). Sum of RGB (Red+Green+Blue) = 221+74+35=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A23 is #22B5DC. Grayscale: #717171. Windows color (decimal): -2274781 or 2312925. OLE color: 2312925.

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

Color convert

RGB 221 74 35 -
CMYK 0 0.67 0.84 0.13
HSL 12.58º 0.73% 0.5% -
HSV(B) 12.58º 0.84% 0.87% -
XYZ 32.57 20.39 3.81 -
YUV 113.51 83.7 204.67 -
System Red Green Blue C M Y K H S L
Decimal 221 74 35 0 0.67 0.84 0.13 12.58 0.73 0.5
Hex DD 4A 23 0 43 54 D D 49 32
Octal 335 112 43 0 103 124 15 15 111 62
Binary 11011101 1001010 100011 0 1000011 1010100 1101 1101 1001001 110010

Color Harmonies of #DD4A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A23

Black with #DD4A23

Text Example


Text Example

White with #DD4A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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