Html Css Color HEX #E3462D Cinnabar

📋 copy color: '#E3462D'

red 227 ◦ green 70 ◦ blue 45

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

Shades of Cinnabar #E3462D

Tints of Cinnabar #E3462D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.47%

 BLUE value IS 45 (17.97% from 255) = 13.16%

R = 66.37%
G = 20.47%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E3462D (or 0xE3462D) is known color: Cinnabar. HEX triplet: E3, 46 and 2D. RGB value is (227,70,45). Sum of RGB (Red+Green+Blue) = 227+70+45=342 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.37% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 227 - color contains mainly: red. Hex color #E3462D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3462D is #1CB9D2. Grayscale: #727272. Windows color (decimal): -1882579 or 2967267. OLE color: 2967267.

HSL color Cylindrical-coordinate representation of color #E3462D: hue angle of 8.24º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E3462D is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 70 45 -
CMYK 0 0.69 0.80 0.11
HSL 8.24º 0.76% 0.53% -
HSV(B) 8.24º 0.8% 0.89% -
XYZ 34.34 20.9 4.71 -
YUV 114.09 89.01 208.53 -
System Red Green Blue C M Y K H S L
Decimal 227 70 45 0 0.69 0.80 0.11 8.24 0.76 0.53
Hex E3 46 2D 0 45 50 B 8 4C 35
Octal 343 106 55 0 105 120 13 10 114 65
Binary 11100011 1000110 101101 0 1000101 1010000 1011 1000 1001100 110101

Color Harmonies of #E3462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3462D

Black with #E3462D

Text Example


Text Example

White with #E3462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3462D; }

 p { color: rgb(227,70,45); }

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

background-color css

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

 a { background-color: rgb(227,70,45); }

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

border-color css

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

 span { border-color: rgb(227,70,45); }

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