Html Css Color HEX #DD4034 Cinnabar

📋 copy color: '#DD4034'

red 221 ◦ green 64 ◦ blue 52

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

Shades of Cinnabar #DD4034

Tints of Cinnabar #DD4034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.43%

R = 65.58%
G = 18.99%
B = 15.43%

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

#DD4034 (or 0xDD4034) is known color: Cinnabar. HEX triplet: DD, 40 and 34. RGB value is (221,64,52). Sum of RGB (Red+Green+Blue) = 221+64+52=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4034 is #22BFCB. Grayscale: #6D6D6D. Windows color (decimal): -2277324 or 3424477. OLE color: 3424477.

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

Color convert

RGB 221 64 52 -
CMYK 0 0.71 0.76 0.13
HSL 4.26º 0.71% 0.54% -
HSV(B) 4.26º 0.76% 0.87% -
XYZ 32.27 19.29 5.27 -
YUV 109.58 95.51 207.48 -
System Red Green Blue C M Y K H S L
Decimal 221 64 52 0 0.71 0.76 0.13 4.26 0.71 0.54
Hex DD 40 34 0 47 4C D 4 47 36
Octal 335 100 64 0 107 114 15 4 107 66
Binary 11011101 1000000 110100 0 1000111 1001100 1101 100 1000111 110110

Color Harmonies of #DD4034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4034

Black with #DD4034

Text Example


Text Example

White with #DD4034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4034; }

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

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

background-color css

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

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

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

border-color css

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

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

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