Html Css Color HEX #E93C2F Cinnabar

📋 copy color: '#E93C2F'

red 233 ◦ green 60 ◦ blue 47

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

Shades of Cinnabar #E93C2F

Tints of Cinnabar #E93C2F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.65%

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

R = 68.53%
G = 17.65%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E93C2F (or 0xE93C2F) is known color: Cinnabar. HEX triplet: E9, 3C and 2F. RGB value is (233,60,47). Sum of RGB (Red+Green+Blue) = 233+60+47=340 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.53% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93C2F is #16C3D0. Grayscale: #6E6E6E. Windows color (decimal): -1491921 or 3095785. OLE color: 3095785.

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

Color convert

RGB 233 60 47 -
CMYK 0 0.74 0.80 0.09
HSL 4.19º 0.81% 0.55% -
HSV(B) 4.19º 0.8% 0.91% -
XYZ 35.73 20.76 4.81 -
YUV 110.25 92.31 215.56 -
System Red Green Blue C M Y K H S L
Decimal 233 60 47 0 0.74 0.80 0.09 4.19 0.81 0.55
Hex E9 3C 2F 0 4A 50 9 4 51 37
Octal 351 74 57 0 112 120 11 4 121 67
Binary 11101001 111100 101111 0 1001010 1010000 1001 100 1010001 110111

Color Harmonies of #E93C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93C2F

Black with #E93C2F

Text Example


Text Example

White with #E93C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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