Html Css Color HEX #DD4035 Cinnabar

📋 copy color: '#DD4035'

red 221 ◦ green 64 ◦ blue 53

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

Shades of Cinnabar #DD4035

Tints of Cinnabar #DD4035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.93%

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

R = 65.38%
G = 18.93%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD4035 (or 0xDD4035) is known color: Cinnabar. HEX triplet: DD, 40 and 35. RGB value is (221,64,53). Sum of RGB (Red+Green+Blue) = 221+64+53=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4035 is #22BFCA. Grayscale: #6D6D6D. Windows color (decimal): -2277323 or 3490013. OLE color: 3490013.

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

Color convert

RGB 221 64 53 -
CMYK 0 0.71 0.76 0.13
HSL 3.93º 0.71% 0.54% -
HSV(B) 3.93º 0.76% 0.87% -
XYZ 32.29 19.3 5.39 -
YUV 109.69 96.01 207.39 -
System Red Green Blue C M Y K H S L
Decimal 221 64 53 0 0.71 0.76 0.13 3.93 0.71 0.54
Hex DD 40 35 0 47 4C D 4 47 36
Octal 335 100 65 0 107 114 15 4 107 66
Binary 11011101 1000000 110101 0 1000111 1001100 1101 100 1000111 110110

Color Harmonies of #DD4035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4035

Black with #DD4035

Text Example


Text Example

White with #DD4035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4035; }

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

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

background-color css

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

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

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

border-color css

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

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

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