Html Css Color HEX #E8241F Cinnabar

📋 copy color: '#E8241F'

red 232 ◦ green 36 ◦ blue 31

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

Shades of Cinnabar #E8241F

Tints of Cinnabar #E8241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

 BLUE value IS 31 (12.5% from 255) = 10.37%

R = 77.59%
G = 12.04%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E8241F (or 0xE8241F) is known color: Cinnabar. HEX triplet: E8, 24 and 1F. RGB value is (232,36,31). Sum of RGB (Red+Green+Blue) = 232+36+31=299 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.59% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 232 - color contains mainly: red. Hex color #E8241F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8241F is #17DBE0. Grayscale: #5E5E5E. Windows color (decimal): -1563617 or 2041064. OLE color: 2041064.

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

Color convert

RGB 232 36 31 -
CMYK 0 0.84 0.87 0.09
HSL 1.49º 0.81% 0.52% -
HSV(B) 1.49º 0.87% 0.91% -
XYZ 34.16 18.52 3.07 -
YUV 94.03 92.43 226.41 -
System Red Green Blue C M Y K H S L
Decimal 232 36 31 0 0.84 0.87 0.09 1.49 0.81 0.52
Hex E8 24 1F 0 54 57 9 1 51 34
Octal 350 44 37 0 124 127 11 1 121 64
Binary 11101000 100100 11111 0 1010100 1010111 1001 1 1010001 110100

Color Harmonies of #E8241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8241F

Black with #E8241F

Text Example


Text Example

White with #E8241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8241F; }

 p { color: rgb(232,36,31); }

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

background-color css

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

 a { background-color: rgb(232,36,31); }

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

border-color css

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

 span { border-color: rgb(232,36,31); }

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