Html Css Color HEX #E7412A Cinnabar

📋 copy color: '#E7412A'

red 231 ◦ green 65 ◦ blue 42

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

Shades of Cinnabar #E7412A

Tints of Cinnabar #E7412A

RGB

 RED value IS 231 (90.63% from 255) = 68.34%

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

 BLUE value IS 42 (16.8% from 255) = 12.43%

R = 68.34%
G = 19.23%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E7412A (or 0xE7412A) is known color: Cinnabar. HEX triplet: E7, 41 and 2A. RGB value is (231,65,42). Sum of RGB (Red+Green+Blue) = 231+65+42=338 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.34% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 231 - color contains mainly: red. Hex color #E7412A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7412A is #18BED5. Grayscale: #707070. Windows color (decimal): -1621718 or 2769383. OLE color: 2769383.

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

Color convert

RGB 231 65 42 -
CMYK 0 0.72 0.82 0.09
HSL 7.3º 0.8% 0.54% -
HSV(B) 7.3º 0.82% 0.91% -
XYZ 35.26 20.94 4.37 -
YUV 112.01 88.5 212.87 -
System Red Green Blue C M Y K H S L
Decimal 231 65 42 0 0.72 0.82 0.09 7.3 0.8 0.54
Hex E7 41 2A 0 48 52 9 7 50 36
Octal 347 101 52 0 110 122 11 7 120 66
Binary 11100111 1000001 101010 0 1001000 1010010 1001 111 1010000 110110

Color Harmonies of #E7412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7412A

Black with #E7412A

Text Example


Text Example

White with #E7412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7412A; }

 p { color: rgb(231,65,42); }

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

background-color css

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

 a { background-color: rgb(231,65,42); }

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

border-color css

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

 span { border-color: rgb(231,65,42); }

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