Html Css Color HEX #E8482F Cinnabar

📋 copy color: '#E8482F'

red 232 ◦ green 72 ◦ blue 47

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

Shades of Cinnabar #E8482F

Tints of Cinnabar #E8482F

RGB

 RED value IS 232 (91.02% from 255) = 66.1%

 GREEN value IS 72 (28.52% from 255) = 20.51%

 BLUE value IS 47 (18.75% from 255) = 13.39%

R = 66.1%
G = 20.51%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E8482F (or 0xE8482F) is known color: Cinnabar. HEX triplet: E8, 48 and 2F. RGB value is (232,72,47). Sum of RGB (Red+Green+Blue) = 232+72+47=351 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.10% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 232 - color contains mainly: red. Hex color #E8482F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8482F is #17B7D0. Grayscale: #757575. Windows color (decimal): -1554385 or 3098856. OLE color: 3098856.

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

Color convert

RGB 232 72 47 -
CMYK 0 0.69 0.80 0.09
HSL 8.11º 0.8% 0.55% -
HSV(B) 8.11º 0.8% 0.91% -
XYZ 36.11 22 5.03 -
YUV 116.99 88.51 210.03 -
System Red Green Blue C M Y K H S L
Decimal 232 72 47 0 0.69 0.80 0.09 8.11 0.8 0.55
Hex E8 48 2F 0 45 50 9 8 50 37
Octal 350 110 57 0 105 120 11 10 120 67
Binary 11101000 1001000 101111 0 1000101 1010000 1001 1000 1010000 110111

Color Harmonies of #E8482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8482F

Black with #E8482F

Text Example


Text Example

White with #E8482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8482F; }

 p { color: rgb(232,72,47); }

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

background-color css

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

 a { background-color: rgb(232,72,47); }

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

border-color css

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

 span { border-color: rgb(232,72,47); }

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