Html Css Color HEX #DD4634 Cinnabar

📋 copy color: '#DD4634'

red 221 ◦ green 70 ◦ blue 52

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

Shades of Cinnabar #DD4634

Tints of Cinnabar #DD4634

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.41%

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

R = 64.43%
G = 20.41%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD4634 (or 0xDD4634) is known color: Cinnabar. HEX triplet: DD, 46 and 34. RGB value is (221,70,52). Sum of RGB (Red+Green+Blue) = 221+70+52=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4634 is #22B9CB. Grayscale: #717171. Windows color (decimal): -2275788 or 3426013. OLE color: 3426013.

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

Color convert

RGB 221 70 52 -
CMYK 0 0.68 0.76 0.13
HSL 6.39º 0.71% 0.54% -
HSV(B) 6.39º 0.76% 0.87% -
XYZ 32.63 20 5.39 -
YUV 113.1 93.53 204.96 -
System Red Green Blue C M Y K H S L
Decimal 221 70 52 0 0.68 0.76 0.13 6.39 0.71 0.54
Hex DD 46 34 0 44 4C D 6 47 36
Octal 335 106 64 0 104 114 15 6 107 66
Binary 11011101 1000110 110100 0 1000100 1001100 1101 110 1000111 110110

Color Harmonies of #DD4634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4634

Black with #DD4634

Text Example


Text Example

White with #DD4634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4634; }

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

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

background-color css

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

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

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

border-color css

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

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

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