Html Css Color HEX #E93C1E Cinnabar

📋 copy color: '#E93C1E'

red 233 ◦ green 60 ◦ blue 30

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

Shades of Cinnabar #E93C1E

Tints of Cinnabar #E93C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.29%

R = 72.14%
G = 18.58%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E93C1E (or 0xE93C1E) is known color: Cinnabar. HEX triplet: E9, 3C and 1E. RGB value is (233,60,30). Sum of RGB (Red+Green+Blue) = 233+60+30=323 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.14% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93C1E is #16C3E1. Grayscale: #6C6C6C. Windows color (decimal): -1491938 or 1981673. OLE color: 1981673.

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

Color convert

RGB 233 60 30 -
CMYK 0 0.74 0.87 0.09
HSL 8.87º 0.82% 0.52% -
HSV(B) 8.87º 0.87% 0.91% -
XYZ 35.45 20.65 3.35 -
YUV 108.31 83.81 216.94 -
System Red Green Blue C M Y K H S L
Decimal 233 60 30 0 0.74 0.87 0.09 8.87 0.82 0.52
Hex E9 3C 1E 0 4A 57 9 9 52 34
Octal 351 74 36 0 112 127 11 11 122 64
Binary 11101001 111100 11110 0 1001010 1010111 1001 1001 1010010 110100

Color Harmonies of #E93C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93C1E

Black with #E93C1E

Text Example


Text Example

White with #E93C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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