Html Css Color HEX #E9261F Cinnabar

📋 copy color: '#E9261F'

red 233 ◦ green 38 ◦ blue 31

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

Shades of Cinnabar #E9261F

Tints of Cinnabar #E9261F

RGB

 RED value IS 233 (91.41% from 255) = 77.15%

 GREEN value IS 38 (15.23% from 255) = 12.58%

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

R = 77.15%
G = 12.58%
B = 10.26%

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

#E9261F (or 0xE9261F) is known color: Cinnabar. HEX triplet: E9, 26 and 1F. RGB value is (233,38,31). Sum of RGB (Red+Green+Blue) = 233+38+31=302 (40% of max value = 765). Red value is 233 (91.41% from 255 or 77.15% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 233 - color contains mainly: red. Hex color #E9261F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9261F is #16D9E0. Grayscale: #5F5F5F. Windows color (decimal): -1497569 or 2041577. OLE color: 2041577.

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

Color convert

RGB 233 38 31 -
CMYK 0 0.84 0.87 0.09
HSL 2.08º 0.82% 0.52% -
HSV(B) 2.08º 0.87% 0.91% -
XYZ 34.54 18.81 3.11 -
YUV 95.51 91.6 226.07 -
System Red Green Blue C M Y K H S L
Decimal 233 38 31 0 0.84 0.87 0.09 2.08 0.82 0.52
Hex E9 26 1F 0 54 57 9 2 52 34
Octal 351 46 37 0 124 127 11 2 122 64
Binary 11101001 100110 11111 0 1010100 1010111 1001 10 1010010 110100

Color Harmonies of #E9261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9261F

Black with #E9261F

Text Example


Text Example

White with #E9261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9261F; }

 p { color: rgb(233,38,31); }

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

background-color css

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

 a { background-color: rgb(233,38,31); }

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

border-color css

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

 span { border-color: rgb(233,38,31); }

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