Html Css Color HEX #E74E2A Cinnabar

📋 copy color: '#E74E2A'

red 231 ◦ green 78 ◦ blue 42

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

Shades of Cinnabar #E74E2A

Tints of Cinnabar #E74E2A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.22%

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

R = 65.81%
G = 22.22%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E74E2A (or 0xE74E2A) is known color: Cinnabar. HEX triplet: E7, 4E and 2A. RGB value is (231,78,42). Sum of RGB (Red+Green+Blue) = 231+78+42=351 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.81% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 231 - color contains mainly: red. Hex color #E74E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E74E2A is #18B1D5. Grayscale: #777777. Windows color (decimal): -1618390 or 2772711. OLE color: 2772711.

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

Color convert

RGB 231 78 42 -
CMYK 0 0.66 0.82 0.09
HSL 11.43º 0.8% 0.54% -
HSV(B) 11.43º 0.82% 0.91% -
XYZ 36.1 22.6 4.65 -
YUV 119.64 84.19 207.43 -
System Red Green Blue C M Y K H S L
Decimal 231 78 42 0 0.66 0.82 0.09 11.43 0.8 0.54
Hex E7 4E 2A 0 42 52 9 B 50 36
Octal 347 116 52 0 102 122 11 13 120 66
Binary 11100111 1001110 101010 0 1000010 1010010 1001 1011 1010000 110110

Color Harmonies of #E74E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74E2A

Black with #E74E2A

Text Example


Text Example

White with #E74E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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