Html Css Color HEX #DD4935 Cinnabar

📋 copy color: '#DD4935'

red 221 ◦ green 73 ◦ blue 53

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

Shades of Cinnabar #DD4935

Tints of Cinnabar #DD4935

RGB

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

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

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

R = 63.69%
G = 21.04%
B = 15.27%

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

#DD4935 (or 0xDD4935) is known color: Cinnabar. HEX triplet: DD, 49 and 35. RGB value is (221,73,53). Sum of RGB (Red+Green+Blue) = 221+73+53=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4935 is #22B6CA. Grayscale: #737373. Windows color (decimal): -2275019 or 3492317. OLE color: 3492317.

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

Color convert

RGB 221 73 53 -
CMYK 0 0.67 0.76 0.13
HSL 7.14º 0.71% 0.54% -
HSV(B) 7.14º 0.76% 0.87% -
XYZ 32.84 20.39 5.57 -
YUV 114.97 93.03 203.63 -
System Red Green Blue C M Y K H S L
Decimal 221 73 53 0 0.67 0.76 0.13 7.14 0.71 0.54
Hex DD 49 35 0 43 4C D 7 47 36
Octal 335 111 65 0 103 114 15 7 107 66
Binary 11011101 1001001 110101 0 1000011 1001100 1101 111 1000111 110110

Color Harmonies of #DD4935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4935

Black with #DD4935

Text Example


Text Example

White with #DD4935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4935; }

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

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

background-color css

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

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

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

border-color css

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

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

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