Html Css Color HEX #DD4523 Cinnabar

📋 copy color: '#DD4523'

red 221 ◦ green 69 ◦ blue 35

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

Shades of Cinnabar #DD4523

Tints of Cinnabar #DD4523

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.23%

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

R = 68%
G = 21.23%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD4523 (or 0xDD4523) is known color: Cinnabar. HEX triplet: DD, 45 and 23. RGB value is (221,69,35). Sum of RGB (Red+Green+Blue) = 221+69+35=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4523 is #22BADC. Grayscale: #6E6E6E. Windows color (decimal): -2276061 or 2311645. OLE color: 2311645.

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

Color convert

RGB 221 69 35 -
CMYK 0 0.69 0.84 0.13
HSL 10.97º 0.73% 0.5% -
HSV(B) 10.97º 0.84% 0.87% -
XYZ 32.25 19.75 3.7 -
YUV 110.57 85.36 206.76 -
System Red Green Blue C M Y K H S L
Decimal 221 69 35 0 0.69 0.84 0.13 10.97 0.73 0.5
Hex DD 45 23 0 45 54 D B 49 32
Octal 335 105 43 0 105 124 15 13 111 62
Binary 11011101 1000101 100011 0 1000101 1010100 1101 1011 1001001 110010

Color Harmonies of #DD4523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4523

Black with #DD4523

Text Example


Text Example

White with #DD4523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4523; }

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

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

background-color css

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

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

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

border-color css

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

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

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