Html Css Color HEX #DD4835 Cinnabar

📋 copy color: '#DD4835'

red 221 ◦ green 72 ◦ blue 53

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

Shades of Cinnabar #DD4835

Tints of Cinnabar #DD4835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.32%

R = 63.87%
G = 20.81%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD4835 (or 0xDD4835) is known color: Cinnabar. HEX triplet: DD, 48 and 35. RGB value is (221,72,53). Sum of RGB (Red+Green+Blue) = 221+72+53=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4835 is #22B7CA. Grayscale: #727272. Windows color (decimal): -2275275 or 3492061. OLE color: 3492061.

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

Color convert

RGB 221 72 53 -
CMYK 0 0.67 0.76 0.13
HSL 6.79º 0.71% 0.54% -
HSV(B) 6.79º 0.76% 0.87% -
XYZ 32.78 20.26 5.55 -
YUV 114.39 93.36 204.04 -
System Red Green Blue C M Y K H S L
Decimal 221 72 53 0 0.67 0.76 0.13 6.79 0.71 0.54
Hex DD 48 35 0 43 4C D 7 47 36
Octal 335 110 65 0 103 114 15 7 107 66
Binary 11011101 1001000 110101 0 1000011 1001100 1101 111 1000111 110110

Color Harmonies of #DD4835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4835

Black with #DD4835

Text Example


Text Example

White with #DD4835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4835; }

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

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

background-color css

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

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

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

border-color css

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

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

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