Html Css Color HEX #E3402C Cinnabar

📋 copy color: '#E3402C'

red 227 ◦ green 64 ◦ blue 44

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

Shades of Cinnabar #E3402C

Tints of Cinnabar #E3402C

RGB

 RED value IS 227 (89.06% from 255) = 67.76%

 GREEN value IS 64 (25.39% from 255) = 19.1%

 BLUE value IS 44 (17.58% from 255) = 13.13%

R = 67.76%
G = 19.1%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E3402C (or 0xE3402C) is known color: Cinnabar. HEX triplet: E3, 40 and 2C. RGB value is (227,64,44). Sum of RGB (Red+Green+Blue) = 227+64+44=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E3402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3402C is #1CBFD3. Grayscale: #6E6E6E. Windows color (decimal): -1884116 or 2900195. OLE color: 2900195.

HSL color Cylindrical-coordinate representation of color #E3402C: hue angle of 6.56º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E3402C is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 64 44 -
CMYK 0 0.72 0.81 0.11
HSL 6.56º 0.77% 0.53% -
HSV(B) 6.56º 0.81% 0.89% -
XYZ 33.97 20.18 4.49 -
YUV 110.46 90.5 211.13 -
System Red Green Blue C M Y K H S L
Decimal 227 64 44 0 0.72 0.81 0.11 6.56 0.77 0.53
Hex E3 40 2C 0 48 51 B 7 4D 35
Octal 343 100 54 0 110 121 13 7 115 65
Binary 11100011 1000000 101100 0 1001000 1010001 1011 111 1001101 110101

Color Harmonies of #E3402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3402C

Black with #E3402C

Text Example


Text Example

White with #E3402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3402C; }

 p { color: rgb(227,64,44); }

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

background-color css

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

 a { background-color: rgb(227,64,44); }

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

border-color css

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

 span { border-color: rgb(227,64,44); }

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