Html Css Color HEX #E94A33 Cinnabar

📋 copy color: '#E94A33'

red 233 ◦ green 74 ◦ blue 51

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

Shades of Cinnabar #E94A33

Tints of Cinnabar #E94A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.25%

R = 65.08%
G = 20.67%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E94A33 (or 0xE94A33) is known color: Cinnabar. HEX triplet: E9, 4A and 33. RGB value is (233,74,51). Sum of RGB (Red+Green+Blue) = 233+74+51=358 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.08% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94A33 is #16B5CC. Grayscale: #777777. Windows color (decimal): -1488333 or 3361513. OLE color: 3361513.

HSL color Cylindrical-coordinate representation of color #E94A33: hue angle of 7.58º degrees, saturation: 0.81, 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 #E94A33 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 74 51 -
CMYK 0 0.68 0.78 0.09
HSL 7.58º 0.81% 0.56% -
HSV(B) 7.58º 0.78% 0.91% -
XYZ 36.65 22.46 5.54 -
YUV 118.92 89.68 209.37 -
System Red Green Blue C M Y K H S L
Decimal 233 74 51 0 0.68 0.78 0.09 7.58 0.81 0.56
Hex E9 4A 33 0 44 4E 9 8 51 38
Octal 351 112 63 0 104 116 11 10 121 70
Binary 11101001 1001010 110011 0 1000100 1001110 1001 1000 1010001 111000

Color Harmonies of #E94A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A33

Black with #E94A33

Text Example


Text Example

White with #E94A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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