Html Css Color HEX #E94330 Cinnabar

📋 copy color: '#E94330'

red 233 ◦ green 67 ◦ blue 48

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

Shades of Cinnabar #E94330

Tints of Cinnabar #E94330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.25%

 BLUE value IS 48 (19.14% from 255) = 13.79%

R = 66.95%
G = 19.25%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E94330 (or 0xE94330) is known color: Cinnabar. HEX triplet: E9, 43 and 30. RGB value is (233,67,48). Sum of RGB (Red+Green+Blue) = 233+67+48=348 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.95% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 233 - color contains mainly: red. Hex color #E94330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94330 is #16BCCF. Grayscale: #727272. Windows color (decimal): -1490128 or 3163113. OLE color: 3163113.

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

Color convert

RGB 233 67 48 -
CMYK 0 0.71 0.79 0.09
HSL 6.16º 0.81% 0.55% -
HSV(B) 6.16º 0.79% 0.91% -
XYZ 36.14 21.55 5.05 -
YUV 114.47 90.5 212.54 -
System Red Green Blue C M Y K H S L
Decimal 233 67 48 0 0.71 0.79 0.09 6.16 0.81 0.55
Hex E9 43 30 0 47 4F 9 6 51 37
Octal 351 103 60 0 107 117 11 6 121 67
Binary 11101001 1000011 110000 0 1000111 1001111 1001 110 1010001 110111

Color Harmonies of #E94330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94330

Black with #E94330

Text Example


Text Example

White with #E94330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94330; }

 p { color: rgb(233,67,48); }

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

background-color css

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

 a { background-color: rgb(233,67,48); }

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

border-color css

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

 span { border-color: rgb(233,67,48); }

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