Html Css Color HEX #E7261F Cinnabar

📋 copy color: '#E7261F'

red 231 ◦ green 38 ◦ blue 31

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

Shades of Cinnabar #E7261F

Tints of Cinnabar #E7261F

RGB

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

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

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

R = 77%
G = 12.67%
B = 10.33%

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

#E7261F (or 0xE7261F) is known color: Cinnabar. HEX triplet: E7, 26 and 1F. RGB value is (231,38,31). Sum of RGB (Red+Green+Blue) = 231+38+31=300 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 231 - color contains mainly: red. Hex color #E7261F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7261F is #18D9E0. Grayscale: #5F5F5F. Windows color (decimal): -1628641 or 2041575. OLE color: 2041575.

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

Color convert

RGB 231 38 31 -
CMYK 0 0.84 0.87 0.09
HSL 2.1º 0.81% 0.51% -
HSV(B) 2.1º 0.87% 0.91% -
XYZ 33.9 18.47 3.08 -
YUV 94.91 91.94 225.07 -
System Red Green Blue C M Y K H S L
Decimal 231 38 31 0 0.84 0.87 0.09 2.1 0.81 0.51
Hex E7 26 1F 0 54 57 9 2 51 33
Octal 347 46 37 0 124 127 11 2 121 63
Binary 11100111 100110 11111 0 1010100 1010111 1001 10 1010001 110011

Color Harmonies of #E7261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7261F

Black with #E7261F

Text Example


Text Example

White with #E7261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7261F; }

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

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

background-color css

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

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

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

border-color css

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

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

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