Html Css Color HEX #E94C2F Cinnabar

📋 copy color: '#E94C2F'

red 233 ◦ green 76 ◦ blue 47

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

Shades of Cinnabar #E94C2F

Tints of Cinnabar #E94C2F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.35%

 BLUE value IS 47 (18.75% from 255) = 13.2%

R = 65.45%
G = 21.35%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E94C2F (or 0xE94C2F) is known color: Cinnabar. HEX triplet: E9, 4C and 2F. RGB value is (233,76,47). Sum of RGB (Red+Green+Blue) = 233+76+47=356 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.45% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94C2F is #16B3D0. Grayscale: #777777. Windows color (decimal): -1487825 or 3099881. OLE color: 3099881.

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

Color convert

RGB 233 76 47 -
CMYK 0 0.67 0.80 0.09
HSL 9.35º 0.81% 0.55% -
HSV(B) 9.35º 0.8% 0.91% -
XYZ 36.7 22.7 5.14 -
YUV 119.64 87.01 208.86 -
System Red Green Blue C M Y K H S L
Decimal 233 76 47 0 0.67 0.80 0.09 9.35 0.81 0.55
Hex E9 4C 2F 0 43 50 9 9 51 37
Octal 351 114 57 0 103 120 11 11 121 67
Binary 11101001 1001100 101111 0 1000011 1010000 1001 1001 1010001 110111

Color Harmonies of #E94C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94C2F

Black with #E94C2F

Text Example


Text Example

White with #E94C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94C2F; }

 p { color: rgb(233,76,47); }

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

background-color css

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

 a { background-color: rgb(233,76,47); }

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

border-color css

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

 span { border-color: rgb(233,76,47); }

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