Html Css Color HEX #E93C2A Cinnabar

📋 copy color: '#E93C2A'

red 233 ◦ green 60 ◦ blue 42

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

Shades of Cinnabar #E93C2A

Tints of Cinnabar #E93C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.54%

R = 69.55%
G = 17.91%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E93C2A (or 0xE93C2A) is known color: Cinnabar. HEX triplet: E9, 3C and 2A. RGB value is (233,60,42). Sum of RGB (Red+Green+Blue) = 233+60+42=335 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.55% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93C2A is #16C3D5. Grayscale: #6D6D6D. Windows color (decimal): -1491926 or 2768105. OLE color: 2768105.

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

Color convert

RGB 233 60 42 -
CMYK 0 0.74 0.82 0.09
HSL 5.65º 0.81% 0.54% -
HSV(B) 5.65º 0.82% 0.91% -
XYZ 35.64 20.72 4.31 -
YUV 109.68 89.81 215.96 -
System Red Green Blue C M Y K H S L
Decimal 233 60 42 0 0.74 0.82 0.09 5.65 0.81 0.54
Hex E9 3C 2A 0 4A 52 9 6 51 36
Octal 351 74 52 0 112 122 11 6 121 66
Binary 11101001 111100 101010 0 1001010 1010010 1001 110 1010001 110110

Color Harmonies of #E93C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93C2A

Black with #E93C2A

Text Example


Text Example

White with #E93C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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