Html Css Color HEX #E94532 Cinnabar

📋 copy color: '#E94532'

red 233 ◦ green 69 ◦ blue 50

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

Shades of Cinnabar #E94532

Tints of Cinnabar #E94532

RGB

 RED value IS 233 (91.41% from 255) = 66.19%

 GREEN value IS 69 (27.34% from 255) = 19.6%

 BLUE value IS 50 (19.92% from 255) = 14.2%

R = 66.19%
G = 19.6%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E94532 (or 0xE94532) is known color: Cinnabar. HEX triplet: E9, 45 and 32. RGB value is (233,69,50). Sum of RGB (Red+Green+Blue) = 233+69+50=352 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.19% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 233 - color contains mainly: red. Hex color #E94532 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94532 is #16BACD. Grayscale: #747474. Windows color (decimal): -1489614 or 3294697. OLE color: 3294697.

HSL color Cylindrical-coordinate representation of color #E94532: hue angle of 6.23º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E94532 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 69 50 -
CMYK 0 0.70 0.79 0.09
HSL 6.23º 0.81% 0.55% -
HSV(B) 6.23º 0.79% 0.91% -
XYZ 36.31 21.81 5.31 -
YUV 115.87 90.83 211.54 -
System Red Green Blue C M Y K H S L
Decimal 233 69 50 0 0.70 0.79 0.09 6.23 0.81 0.55
Hex E9 45 32 0 46 4F 9 6 51 37
Octal 351 105 62 0 106 117 11 6 121 67
Binary 11101001 1000101 110010 0 1000110 1001111 1001 110 1010001 110111

Color Harmonies of #E94532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94532

Black with #E94532

Text Example


Text Example

White with #E94532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94532; }

 p { color: rgb(233,69,50); }

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

background-color css

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

 a { background-color: rgb(233,69,50); }

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

border-color css

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

 span { border-color: rgb(233,69,50); }

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