Html Css Color HEX #E74A2B Cinnabar

📋 copy color: '#E74A2B'

red 231 ◦ green 74 ◦ blue 43

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

Shades of Cinnabar #E74A2B

Tints of Cinnabar #E74A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.36%

R = 66.38%
G = 21.26%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E74A2B (or 0xE74A2B) is known color: Cinnabar. HEX triplet: E7, 4A and 2B. RGB value is (231,74,43). Sum of RGB (Red+Green+Blue) = 231+74+43=348 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.38% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74A2B is #18B5D4. Grayscale: #757575. Windows color (decimal): -1619413 or 2837223. OLE color: 2837223.

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

Color convert

RGB 231 74 43 -
CMYK 0 0.68 0.81 0.09
HSL 9.89º 0.8% 0.54% -
HSV(B) 9.89º 0.81% 0.91% -
XYZ 35.84 22.06 4.65 -
YUV 117.41 86.01 209.02 -
System Red Green Blue C M Y K H S L
Decimal 231 74 43 0 0.68 0.81 0.09 9.89 0.8 0.54
Hex E7 4A 2B 0 44 51 9 A 50 36
Octal 347 112 53 0 104 121 11 12 120 66
Binary 11100111 1001010 101011 0 1000100 1010001 1001 1010 1010000 110110

Color Harmonies of #E74A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74A2B

Black with #E74A2B

Text Example


Text Example

White with #E74A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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