Html Css Color HEX #E93C2D Cinnabar

📋 copy color: '#E93C2D'

red 233 ◦ green 60 ◦ blue 45

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

Shades of Cinnabar #E93C2D

Tints of Cinnabar #E93C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.31%

R = 68.93%
G = 17.75%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E93C2D (or 0xE93C2D) is known color: Cinnabar. HEX triplet: E9, 3C and 2D. RGB value is (233,60,45). Sum of RGB (Red+Green+Blue) = 233+60+45=338 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.93% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93C2D is #16C3D2. Grayscale: #6E6E6E. Windows color (decimal): -1491923 or 2964713. OLE color: 2964713.

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

Color convert

RGB 233 60 45 -
CMYK 0 0.74 0.81 0.09
HSL 4.79º 0.81% 0.55% -
HSV(B) 4.79º 0.81% 0.91% -
XYZ 35.69 20.74 4.61 -
YUV 110.02 91.31 215.72 -
System Red Green Blue C M Y K H S L
Decimal 233 60 45 0 0.74 0.81 0.09 4.79 0.81 0.55
Hex E9 3C 2D 0 4A 51 9 5 51 37
Octal 351 74 55 0 112 121 11 5 121 67
Binary 11101001 111100 101101 0 1001010 1010001 1001 101 1010001 110111

Color Harmonies of #E93C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93C2D

Black with #E93C2D

Text Example


Text Example

White with #E93C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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