Html Css Color HEX #E73130 Cinnabar

📋 copy color: '#E73130'

red 231 ◦ green 49 ◦ blue 48

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

Shades of Cinnabar #E73130

Tints of Cinnabar #E73130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.94%

 BLUE value IS 48 (19.14% from 255) = 14.63%

R = 70.43%
G = 14.94%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E73130 (or 0xE73130) is known color: Cinnabar. HEX triplet: E7, 31 and 30. RGB value is (231,49,48). Sum of RGB (Red+Green+Blue) = 231+49+48=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E73130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73130 is #18CECF. Grayscale: #676767. Windows color (decimal): -1625808 or 3158503. OLE color: 3158503.

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

Color convert

RGB 231 49 48 -
CMYK 0 0.79 0.79 0.09
HSL 0.33º 0.79% 0.55% -
HSV(B) 0.33º 0.79% 0.91% -
XYZ 34.59 19.4 4.72 -
YUV 103.3 96.8 219.08 -
System Red Green Blue C M Y K H S L
Decimal 231 49 48 0 0.79 0.79 0.09 0.33 0.79 0.55
Hex E7 31 30 0 4F 4F 9 0 4F 37
Octal 347 61 60 0 117 117 11 0 117 67
Binary 11100111 110001 110000 0 1001111 1001111 1001 0 1001111 110111

Color Harmonies of #E73130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73130

Black with #E73130

Text Example


Text Example

White with #E73130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73130; }

 p { color: rgb(231,49,48); }

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

background-color css

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

 a { background-color: rgb(231,49,48); }

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

border-color css

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

 span { border-color: rgb(231,49,48); }

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