Html Css Color HEX #DD4E3B Cinnabar

📋 copy color: '#DD4E3B'

red 221 ◦ green 78 ◦ blue 59

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

Shades of Cinnabar #DD4E3B

Tints of Cinnabar #DD4E3B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.79%

 BLUE value IS 59 (23.44% from 255) = 16.48%

R = 61.73%
G = 21.79%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD4E3B (or 0xDD4E3B) is known color: Cinnabar. HEX triplet: DD, 4E and 3B. RGB value is (221,78,59). Sum of RGB (Red+Green+Blue) = 221+78+59=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 59 (23.44% from 255 or 16.48% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E3B is #22B1C4. Grayscale: #767676. Windows color (decimal): -2273733 or 3886813. OLE color: 3886813.

HSL color Cylindrical-coordinate representation of color #DD4E3B: hue angle of 7.04º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD4E3B is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 78 59 -
CMYK 0 0.65 0.73 0.13
HSL 7.04º 0.7% 0.55% -
HSV(B) 7.04º 0.73% 0.87% -
XYZ 33.33 21.14 6.46 -
YUV 118.59 94.38 201.04 -
System Red Green Blue C M Y K H S L
Decimal 221 78 59 0 0.65 0.73 0.13 7.04 0.7 0.55
Hex DD 4E 3B 0 41 49 D 7 46 37
Octal 335 116 73 0 101 111 15 7 106 67
Binary 11011101 1001110 111011 0 1000001 1001001 1101 111 1000110 110111

Color Harmonies of #DD4E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E3B

Black with #DD4E3B

Text Example


Text Example

White with #DD4E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E3B; }

 p { color: rgb(221,78,59); }

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

background-color css

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

 a { background-color: rgb(221,78,59); }

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

border-color css

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

 span { border-color: rgb(221,78,59); }

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