Html Css Color HEX #E73A1F Cinnabar

📋 copy color: '#E73A1F'

red 231 ◦ green 58 ◦ blue 31

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

Shades of Cinnabar #E73A1F

Tints of Cinnabar #E73A1F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.13%

 BLUE value IS 31 (12.5% from 255) = 9.69%

R = 72.19%
G = 18.13%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E73A1F (or 0xE73A1F) is known color: Cinnabar. HEX triplet: E7, 3A and 1F. RGB value is (231,58,31). Sum of RGB (Red+Green+Blue) = 231+58+31=320 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.19% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 231 - color contains mainly: red. Hex color #E73A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73A1F is #18C5E0. Grayscale: #6A6A6A. Windows color (decimal): -1623521 or 2046695. OLE color: 2046695.

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

Color convert

RGB 231 58 31 -
CMYK 0 0.75 0.87 0.09
HSL 8.1º 0.81% 0.51% -
HSV(B) 8.1º 0.87% 0.91% -
XYZ 34.72 20.11 3.35 -
YUV 106.65 85.31 216.7 -
System Red Green Blue C M Y K H S L
Decimal 231 58 31 0 0.75 0.87 0.09 8.1 0.81 0.51
Hex E7 3A 1F 0 4B 57 9 8 51 33
Octal 347 72 37 0 113 127 11 10 121 63
Binary 11100111 111010 11111 0 1001011 1010111 1001 1000 1010001 110011

Color Harmonies of #E73A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73A1F

Black with #E73A1F

Text Example


Text Example

White with #E73A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73A1F; }

 p { color: rgb(231,58,31); }

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

background-color css

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

 a { background-color: rgb(231,58,31); }

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

border-color css

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

 span { border-color: rgb(231,58,31); }

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