Html Css Color HEX #DE493B Cinnabar

📋 copy color: '#DE493B'

red 222 ◦ green 73 ◦ blue 59

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

Shades of Cinnabar #DE493B

Tints of Cinnabar #DE493B

RGB

 RED value IS 222 (87.11% from 255) = 62.71%

 GREEN value IS 73 (28.91% from 255) = 20.62%

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

R = 62.71%
G = 20.62%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE493B (or 0xDE493B) is known color: Cinnabar. HEX triplet: DE, 49 and 3B. RGB value is (222,73,59). Sum of RGB (Red+Green+Blue) = 222+73+59=354 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.71% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 222 - color contains mainly: red. Hex color #DE493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE493B is #21B6C4. Grayscale: #747474. Windows color (decimal): -2209477 or 3885534. OLE color: 3885534.

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

Color convert

RGB 222 73 59 -
CMYK 0 0.67 0.73 0.13
HSL 5.15º 0.71% 0.55% -
HSV(B) 5.15º 0.73% 0.87% -
XYZ 33.3 20.61 6.36 -
YUV 115.96 95.86 203.64 -
System Red Green Blue C M Y K H S L
Decimal 222 73 59 0 0.67 0.73 0.13 5.15 0.71 0.55
Hex DE 49 3B 0 43 49 D 5 47 37
Octal 336 111 73 0 103 111 15 5 107 67
Binary 11011110 1001001 111011 0 1000011 1001001 1101 101 1000111 110111

Color Harmonies of #DE493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE493B

Black with #DE493B

Text Example


Text Example

White with #DE493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE493B; }

 p { color: rgb(222,73,59); }

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

background-color css

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

 a { background-color: rgb(222,73,59); }

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

border-color css

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

 span { border-color: rgb(222,73,59); }

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