Html Css Color HEX #E73B2A Cinnabar

📋 copy color: '#E73B2A'

red 231 ◦ green 59 ◦ blue 42

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

Shades of Cinnabar #E73B2A

Tints of Cinnabar #E73B2A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.77%

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

R = 69.58%
G = 17.77%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E73B2A (or 0xE73B2A) is known color: Cinnabar. HEX triplet: E7, 3B and 2A. RGB value is (231,59,42). Sum of RGB (Red+Green+Blue) = 231+59+42=332 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.58% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 231 - color contains mainly: red. Hex color #E73B2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73B2A is #18C4D5. Grayscale: #6C6C6C. Windows color (decimal): -1623254 or 2767847. OLE color: 2767847.

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

Color convert

RGB 231 59 42 -
CMYK 0 0.74 0.82 0.09
HSL 5.4º 0.8% 0.54% -
HSV(B) 5.4º 0.82% 0.91% -
XYZ 34.94 20.28 4.26 -
YUV 108.49 90.48 215.38 -
System Red Green Blue C M Y K H S L
Decimal 231 59 42 0 0.74 0.82 0.09 5.4 0.8 0.54
Hex E7 3B 2A 0 4A 52 9 5 50 36
Octal 347 73 52 0 112 122 11 5 120 66
Binary 11100111 111011 101010 0 1001010 1010010 1001 101 1010000 110110

Color Harmonies of #E73B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73B2A

Black with #E73B2A

Text Example


Text Example

White with #E73B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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