Html Css Color HEX #E3412D Cinnabar

📋 copy color: '#E3412D'

red 227 ◦ green 65 ◦ blue 45

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

Shades of Cinnabar #E3412D

Tints of Cinnabar #E3412D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.29%

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

R = 67.36%
G = 19.29%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E3412D (or 0xE3412D) is known color: Cinnabar. HEX triplet: E3, 41 and 2D. RGB value is (227,65,45). Sum of RGB (Red+Green+Blue) = 227+65+45=337 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.36% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 227 - color contains mainly: red. Hex color #E3412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3412D is #1CBED2. Grayscale: #6F6F6F. Windows color (decimal): -1883859 or 2965987. OLE color: 2965987.

HSL color Cylindrical-coordinate representation of color #E3412D: hue angle of 6.59º 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 #E3412D is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 65 45 -
CMYK 0 0.71 0.80 0.11
HSL 6.59º 0.76% 0.53% -
HSV(B) 6.59º 0.8% 0.89% -
XYZ 34.04 20.3 4.61 -
YUV 111.16 90.67 210.63 -
System Red Green Blue C M Y K H S L
Decimal 227 65 45 0 0.71 0.80 0.11 6.59 0.76 0.53
Hex E3 41 2D 0 47 50 B 7 4C 35
Octal 343 101 55 0 107 120 13 7 114 65
Binary 11100011 1000001 101101 0 1000111 1010000 1011 111 1001100 110101

Color Harmonies of #E3412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3412D

Black with #E3412D

Text Example


Text Example

White with #E3412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3412D; }

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

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

background-color css

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

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

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

border-color css

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

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

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