Html Css Color HEX #E9281F Cinnabar

📋 copy color: '#E9281F'

red 233 ◦ green 40 ◦ blue 31

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

Shades of Cinnabar #E9281F

Tints of Cinnabar #E9281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.16%

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

R = 76.64%
G = 13.16%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E9281F (or 0xE9281F) is known color: Cinnabar. HEX triplet: E9, 28 and 1F. RGB value is (233,40,31). Sum of RGB (Red+Green+Blue) = 233+40+31=304 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.64% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 233 - color contains mainly: red. Hex color #E9281F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9281F is #16D7E0. Grayscale: #606060. Windows color (decimal): -1497057 or 2042089. OLE color: 2042089.

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

Color convert

RGB 233 40 31 -
CMYK 0 0.83 0.87 0.09
HSL 2.67º 0.82% 0.52% -
HSV(B) 2.67º 0.87% 0.91% -
XYZ 34.61 18.94 3.13 -
YUV 96.68 90.94 225.23 -
System Red Green Blue C M Y K H S L
Decimal 233 40 31 0 0.83 0.87 0.09 2.67 0.82 0.52
Hex E9 28 1F 0 53 57 9 3 52 34
Octal 351 50 37 0 123 127 11 3 122 64
Binary 11101001 101000 11111 0 1010011 1010111 1001 11 1010010 110100

Color Harmonies of #E9281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9281F

Black with #E9281F

Text Example


Text Example

White with #E9281F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9281F; }

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

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

background-color css

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

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

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

border-color css

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

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

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