Html Css Color HEX #E9341C Cinnabar

📋 copy color: '#E9341C'

red 233 ◦ green 52 ◦ blue 28

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

Shades of Cinnabar #E9341C

Tints of Cinnabar #E9341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.95%

R = 74.44%
G = 16.61%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E9341C (or 0xE9341C) is known color: Cinnabar. HEX triplet: E9, 34 and 1C. RGB value is (233,52,28). Sum of RGB (Red+Green+Blue) = 233+52+28=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E9341C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9341C is #16CBE3. Grayscale: #676767. Windows color (decimal): -1493988 or 1848553. OLE color: 1848553.

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

Color convert

RGB 233 52 28 -
CMYK 0 0.78 0.88 0.09
HSL 7.02º 0.82% 0.51% -
HSV(B) 7.02º 0.88% 0.91% -
XYZ 35.04 19.86 3.09 -
YUV 103.38 85.47 220.45 -
System Red Green Blue C M Y K H S L
Decimal 233 52 28 0 0.78 0.88 0.09 7.02 0.82 0.51
Hex E9 34 1C 0 4E 58 9 7 52 33
Octal 351 64 34 0 116 130 11 7 122 63
Binary 11101001 110100 11100 0 1001110 1011000 1001 111 1010010 110011

Color Harmonies of #E9341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9341C

Black with #E9341C

Text Example


Text Example

White with #E9341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9341C; }

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

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

background-color css

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

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

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

border-color css

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

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

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