Html Css Color HEX #E94540 Cinnabar

📋 copy color: '#E94540'

red 233 ◦ green 69 ◦ blue 64

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

Shades of Cinnabar #E94540

Tints of Cinnabar #E94540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.49%

R = 63.66%
G = 18.85%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E94540 (or 0xE94540) is known color: Cinnabar. HEX triplet: E9, 45 and 40. RGB value is (233,69,64). Sum of RGB (Red+Green+Blue) = 233+69+64=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E94540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94540 is #16BABF. Grayscale: #757575. Windows color (decimal): -1489600 or 4212201. OLE color: 4212201.

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

Color convert

RGB 233 69 64 -
CMYK 0 0.70 0.73 0.09
HSL 1.78º 0.79% 0.58% -
HSV(B) 1.78º 0.73% 0.91% -
XYZ 36.66 21.95 7.16 -
YUV 117.47 97.83 210.41 -
System Red Green Blue C M Y K H S L
Decimal 233 69 64 0 0.70 0.73 0.09 1.78 0.79 0.58
Hex E9 45 40 0 46 49 9 2 4F 3A
Octal 351 105 100 0 106 111 11 2 117 72
Binary 11101001 1000101 1000000 0 1000110 1001001 1001 10 1001111 111010

Color Harmonies of #E94540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94540

Black with #E94540

Text Example


Text Example

White with #E94540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94540; }

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

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

background-color css

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

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

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

border-color css

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

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

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