Html Css Color HEX #E7302A Cinnabar

📋 copy color: '#E7302A'

red 231 ◦ green 48 ◦ blue 42

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

Shades of Cinnabar #E7302A

Tints of Cinnabar #E7302A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.95%

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

R = 71.96%
G = 14.95%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E7302A (or 0xE7302A) is known color: Cinnabar. HEX triplet: E7, 30 and 2A. RGB value is (231,48,42). Sum of RGB (Red+Green+Blue) = 231+48+42=321 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.96% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 231 - color contains mainly: red. Hex color #E7302A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7302A is #18CFD5. Grayscale: #666666. Windows color (decimal): -1626070 or 2765031. OLE color: 2765031.

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

Color convert

RGB 231 48 42 -
CMYK 0 0.79 0.82 0.09
HSL 1.9º 0.8% 0.54% -
HSV(B) 1.9º 0.82% 0.91% -
XYZ 34.43 19.27 4.1 -
YUV 102.03 94.13 219.99 -
System Red Green Blue C M Y K H S L
Decimal 231 48 42 0 0.79 0.82 0.09 1.9 0.8 0.54
Hex E7 30 2A 0 4F 52 9 2 50 36
Octal 347 60 52 0 117 122 11 2 120 66
Binary 11100111 110000 101010 0 1001111 1010010 1001 10 1010000 110110

Color Harmonies of #E7302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7302A

Black with #E7302A

Text Example


Text Example

White with #E7302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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