Html Css Color HEX #E94B2B Cinnabar

📋 copy color: '#E94B2B'

red 233 ◦ green 75 ◦ blue 43

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

Shades of Cinnabar #E94B2B

Tints of Cinnabar #E94B2B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.37%

 BLUE value IS 43 (17.19% from 255) = 12.25%

R = 66.38%
G = 21.37%
B = 12.25%

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

#E94B2B (or 0xE94B2B) is known color: Cinnabar. HEX triplet: E9, 4B and 2B. RGB value is (233,75,43). Sum of RGB (Red+Green+Blue) = 233+75+43=351 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.38% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94B2B is #16B4D4. Grayscale: #767676. Windows color (decimal): -1488085 or 2837481. OLE color: 2837481.

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

Color convert

RGB 233 75 43 -
CMYK 0 0.68 0.82 0.09
HSL 10.11º 0.81% 0.54% -
HSV(B) 10.11º 0.82% 0.91% -
XYZ 36.56 22.53 4.71 -
YUV 118.59 85.35 209.6 -
System Red Green Blue C M Y K H S L
Decimal 233 75 43 0 0.68 0.82 0.09 10.11 0.81 0.54
Hex E9 4B 2B 0 44 52 9 A 51 36
Octal 351 113 53 0 104 122 11 12 121 66
Binary 11101001 1001011 101011 0 1000100 1010010 1001 1010 1010001 110110

Color Harmonies of #E94B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94B2B

Black with #E94B2B

Text Example


Text Example

White with #E94B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94B2B; }

 p { color: rgb(233,75,43); }

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

background-color css

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

 a { background-color: rgb(233,75,43); }

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

border-color css

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

 span { border-color: rgb(233,75,43); }

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