Html Css Color HEX #E73A1B Cinnabar

📋 copy color: '#E73A1B'

red 231 ◦ green 58 ◦ blue 27

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

Shades of Cinnabar #E73A1B

Tints of Cinnabar #E73A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.54%

R = 73.1%
G = 18.35%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E73A1B (or 0xE73A1B) is known color: Cinnabar. HEX triplet: E7, 3A and 1B. RGB value is (231,58,27). Sum of RGB (Red+Green+Blue) = 231+58+27=316 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.10% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 231 - color contains mainly: red. Hex color #E73A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73A1B is #18C5E4. Grayscale: #6A6A6A. Windows color (decimal): -1623525 or 1784551. OLE color: 1784551.

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

Color convert

RGB 231 58 27 -
CMYK 0 0.75 0.88 0.09
HSL 9.12º 0.81% 0.51% -
HSV(B) 9.12º 0.88% 0.91% -
XYZ 34.67 20.09 3.09 -
YUV 106.19 83.31 217.02 -
System Red Green Blue C M Y K H S L
Decimal 231 58 27 0 0.75 0.88 0.09 9.12 0.81 0.51
Hex E7 3A 1B 0 4B 58 9 9 51 33
Octal 347 72 33 0 113 130 11 11 121 63
Binary 11100111 111010 11011 0 1001011 1011000 1001 1001 1010001 110011

Color Harmonies of #E73A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73A1B

Black with #E73A1B

Text Example


Text Example

White with #E73A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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