Html Css Color HEX #E7402A Cinnabar

📋 copy color: '#E7402A'

red 231 ◦ green 64 ◦ blue 42

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

Shades of Cinnabar #E7402A

Tints of Cinnabar #E7402A

RGB

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

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

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

R = 68.55%
G = 18.99%
B = 12.46%

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

#E7402A (or 0xE7402A) is known color: Cinnabar. HEX triplet: E7, 40 and 2A. RGB value is (231,64,42). Sum of RGB (Red+Green+Blue) = 231+64+42=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E7402A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7402A is #18BFD5. Grayscale: #6F6F6F. Windows color (decimal): -1621974 or 2769127. OLE color: 2769127.

HSL color Cylindrical-coordinate representation of color #E7402A: hue angle of 6.98º 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 #E7402A is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 64 42 -
CMYK 0 0.72 0.82 0.09
HSL 6.98º 0.8% 0.54% -
HSV(B) 6.98º 0.82% 0.91% -
XYZ 35.21 20.82 4.35 -
YUV 111.43 88.83 213.29 -
System Red Green Blue C M Y K H S L
Decimal 231 64 42 0 0.72 0.82 0.09 6.98 0.8 0.54
Hex E7 40 2A 0 48 52 9 7 50 36
Octal 347 100 52 0 110 122 11 7 120 66
Binary 11100111 1000000 101010 0 1001000 1010010 1001 111 1010000 110110

Color Harmonies of #E7402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7402A

Black with #E7402A

Text Example


Text Example

White with #E7402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7402A; }

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

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

background-color css

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

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

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

border-color css

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

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

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