Html Css Color HEX #E94C34 Cinnabar

📋 copy color: '#E94C34'

red 233 ◦ green 76 ◦ blue 52

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

Shades of Cinnabar #E94C34

Tints of Cinnabar #E94C34

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.05%

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

R = 64.54%
G = 21.05%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E94C34 (or 0xE94C34) is known color: Cinnabar. HEX triplet: E9, 4C and 34. RGB value is (233,76,52). Sum of RGB (Red+Green+Blue) = 233+76+52=361 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.54% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94C34 is #16B3CB. Grayscale: #787878. Windows color (decimal): -1487820 or 3427561. OLE color: 3427561.

HSL color Cylindrical-coordinate representation of color #E94C34: hue angle of 7.96º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E94C34 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 76 52 -
CMYK 0 0.67 0.78 0.09
HSL 7.96º 0.8% 0.56% -
HSV(B) 7.96º 0.78% 0.91% -
XYZ 36.81 22.74 5.7 -
YUV 120.21 89.51 208.45 -
System Red Green Blue C M Y K H S L
Decimal 233 76 52 0 0.67 0.78 0.09 7.96 0.8 0.56
Hex E9 4C 34 0 43 4E 9 8 50 38
Octal 351 114 64 0 103 116 11 10 120 70
Binary 11101001 1001100 110100 0 1000011 1001110 1001 1000 1010000 111000

Color Harmonies of #E94C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94C34

Black with #E94C34

Text Example


Text Example

White with #E94C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94C34; }

 p { color: rgb(233,76,52); }

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

background-color css

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

 a { background-color: rgb(233,76,52); }

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

border-color css

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

 span { border-color: rgb(233,76,52); }

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