Html Css Color HEX #E94A2A Cinnabar

📋 copy color: '#E94A2A'

red 233 ◦ green 74 ◦ blue 42

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

Shades of Cinnabar #E94A2A

Tints of Cinnabar #E94A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.03%

R = 66.76%
G = 21.2%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E94A2A (or 0xE94A2A) is known color: Cinnabar. HEX triplet: E9, 4A and 2A. RGB value is (233,74,42). Sum of RGB (Red+Green+Blue) = 233+74+42=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94A2A is #16B5D5. Grayscale: #767676. Windows color (decimal): -1488342 or 2771689. OLE color: 2771689.

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

Color convert

RGB 233 74 42 -
CMYK 0 0.68 0.82 0.09
HSL 10.05º 0.81% 0.54% -
HSV(B) 10.05º 0.82% 0.91% -
XYZ 36.47 22.39 4.59 -
YUV 117.89 85.18 210.1 -
System Red Green Blue C M Y K H S L
Decimal 233 74 42 0 0.68 0.82 0.09 10.05 0.81 0.54
Hex E9 4A 2A 0 44 52 9 A 51 36
Octal 351 112 52 0 104 122 11 12 121 66
Binary 11101001 1001010 101010 0 1000100 1010010 1001 1010 1010001 110110

Color Harmonies of #E94A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A2A

Black with #E94A2A

Text Example


Text Example

White with #E94A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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