Html Css Color HEX #DD4334 Cinnabar

📋 copy color: '#DD4334'

red 221 ◦ green 67 ◦ blue 52

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

Shades of Cinnabar #DD4334

Tints of Cinnabar #DD4334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.71%

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

R = 65%
G = 19.71%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD4334 (or 0xDD4334) is known color: Cinnabar. HEX triplet: DD, 43 and 34. RGB value is (221,67,52). Sum of RGB (Red+Green+Blue) = 221+67+52=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4334 is #22BCCB. Grayscale: #6F6F6F. Windows color (decimal): -2276556 or 3425245. OLE color: 3425245.

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

Color convert

RGB 221 67 52 -
CMYK 0 0.70 0.76 0.13
HSL 5.33º 0.71% 0.54% -
HSV(B) 5.33º 0.76% 0.87% -
XYZ 32.45 19.63 5.33 -
YUV 111.34 94.52 206.22 -
System Red Green Blue C M Y K H S L
Decimal 221 67 52 0 0.70 0.76 0.13 5.33 0.71 0.54
Hex DD 43 34 0 46 4C D 5 47 36
Octal 335 103 64 0 106 114 15 5 107 66
Binary 11011101 1000011 110100 0 1000110 1001100 1101 101 1000111 110110

Color Harmonies of #DD4334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4334

Black with #DD4334

Text Example


Text Example

White with #DD4334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4334; }

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

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

background-color css

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

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

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

border-color css

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

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

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