Html Css Color HEX #DD4823 Cinnabar

📋 copy color: '#DD4823'

red 221 ◦ green 72 ◦ blue 35

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

Shades of Cinnabar #DD4823

Tints of Cinnabar #DD4823

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.95%

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

R = 67.38%
G = 21.95%
B = 10.67%

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

#DD4823 (or 0xDD4823) is known color: Cinnabar. HEX triplet: DD, 48 and 23. RGB value is (221,72,35). Sum of RGB (Red+Green+Blue) = 221+72+35=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4823 is #22B7DC. Grayscale: #707070. Windows color (decimal): -2275293 or 2312413. OLE color: 2312413.

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

Color convert

RGB 221 72 35 -
CMYK 0 0.67 0.84 0.13
HSL 11.94º 0.73% 0.5% -
HSV(B) 11.94º 0.84% 0.87% -
XYZ 32.44 20.13 3.77 -
YUV 112.33 84.36 205.51 -
System Red Green Blue C M Y K H S L
Decimal 221 72 35 0 0.67 0.84 0.13 11.94 0.73 0.5
Hex DD 48 23 0 43 54 D C 49 32
Octal 335 110 43 0 103 124 15 14 111 62
Binary 11011101 1001000 100011 0 1000011 1010100 1101 1100 1001001 110010

Color Harmonies of #DD4823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4823

Black with #DD4823

Text Example


Text Example

White with #DD4823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4823; }

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

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

background-color css

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

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

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

border-color css

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

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

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