Html Css Color HEX #E94A26 Cinnabar

📋 copy color: '#E94A26'

red 233 ◦ green 74 ◦ blue 38

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

Shades of Cinnabar #E94A26

Tints of Cinnabar #E94A26

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.45%

 BLUE value IS 38 (15.23% from 255) = 11.01%

R = 67.54%
G = 21.45%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E94A26 (or 0xE94A26) is known color: Cinnabar. HEX triplet: E9, 4A and 26. RGB value is (233,74,38). Sum of RGB (Red+Green+Blue) = 233+74+38=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94A26 is #16B5D9. Grayscale: #757575. Windows color (decimal): -1488346 or 2509545. OLE color: 2509545.

HSL color Cylindrical-coordinate representation of color #E94A26: hue angle of 11.08º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E94A26 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 74 38 -
CMYK 0 0.68 0.84 0.09
HSL 11.08º 0.82% 0.53% -
HSV(B) 11.08º 0.84% 0.91% -
XYZ 36.4 22.36 4.23 -
YUV 117.44 83.18 210.43 -
System Red Green Blue C M Y K H S L
Decimal 233 74 38 0 0.68 0.84 0.09 11.08 0.82 0.53
Hex E9 4A 26 0 44 54 9 B 52 35
Octal 351 112 46 0 104 124 11 13 122 65
Binary 11101001 1001010 100110 0 1000100 1010100 1001 1011 1010010 110101

Color Harmonies of #E94A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A26

Black with #E94A26

Text Example


Text Example

White with #E94A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A26; }

 p { color: rgb(233,74,38); }

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

background-color css

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

 a { background-color: rgb(233,74,38); }

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

border-color css

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

 span { border-color: rgb(233,74,38); }

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