Html Css Color HEX #E74A2E Cinnabar

📋 copy color: '#E74A2E'

red 231 ◦ green 74 ◦ blue 46

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

Shades of Cinnabar #E74A2E

Tints of Cinnabar #E74A2E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.08%

 BLUE value IS 46 (18.36% from 255) = 13.11%

R = 65.81%
G = 21.08%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E74A2E (or 0xE74A2E) is known color: Cinnabar. HEX triplet: E7, 4A and 2E. RGB value is (231,74,46). Sum of RGB (Red+Green+Blue) = 231+74+46=351 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.81% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74A2E is #18B5D1. Grayscale: #767676. Windows color (decimal): -1619410 or 3033831. OLE color: 3033831.

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

Color convert

RGB 231 74 46 -
CMYK 0 0.68 0.80 0.09
HSL 9.08º 0.79% 0.54% -
HSV(B) 9.08º 0.8% 0.91% -
XYZ 35.9 22.08 4.96 -
YUV 117.75 87.51 208.78 -
System Red Green Blue C M Y K H S L
Decimal 231 74 46 0 0.68 0.80 0.09 9.08 0.79 0.54
Hex E7 4A 2E 0 44 50 9 9 4F 36
Octal 347 112 56 0 104 120 11 11 117 66
Binary 11100111 1001010 101110 0 1000100 1010000 1001 1001 1001111 110110

Color Harmonies of #E74A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74A2E

Black with #E74A2E

Text Example


Text Example

White with #E74A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74A2E; }

 p { color: rgb(231,74,46); }

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

background-color css

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

 a { background-color: rgb(231,74,46); }

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

border-color css

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

 span { border-color: rgb(231,74,46); }

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