Html Css Color HEX #E93419 Cinnabar

📋 copy color: '#E93419'

red 233 ◦ green 52 ◦ blue 25

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

Shades of Cinnabar #E93419

Tints of Cinnabar #E93419

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.77%

 BLUE value IS 25 (10.16% from 255) = 8.06%

R = 75.16%
G = 16.77%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E93419 (or 0xE93419) is known color: Cinnabar. HEX triplet: E9, 34 and 19. RGB value is (233,52,25). Sum of RGB (Red+Green+Blue) = 233+52+25=310 (41% of max value = 765). Red value is 233 (91.41% from 255 or 75.16% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 233 - color contains mainly: red. Hex color #E93419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93419 is #16CBE6. Grayscale: #676767. Windows color (decimal): -1493991 or 1651945. OLE color: 1651945.

HSL color Cylindrical-coordinate representation of color #E93419: hue angle of 7.79º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E93419 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 52 25 -
CMYK 0 0.78 0.89 0.09
HSL 7.79º 0.83% 0.51% -
HSV(B) 7.79º 0.89% 0.91% -
XYZ 35.01 19.85 2.91 -
YUV 103.04 83.97 220.7 -
System Red Green Blue C M Y K H S L
Decimal 233 52 25 0 0.78 0.89 0.09 7.79 0.83 0.51
Hex E9 34 19 0 4E 59 9 8 53 33
Octal 351 64 31 0 116 131 11 10 123 63
Binary 11101001 110100 11001 0 1001110 1011001 1001 1000 1010011 110011

Color Harmonies of #E93419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93419

Black with #E93419

Text Example


Text Example

White with #E93419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93419; }

 p { color: rgb(233,52,25); }

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

background-color css

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

 a { background-color: rgb(233,52,25); }

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

border-color css

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

 span { border-color: rgb(233,52,25); }

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