Html Css Color HEX #E9281D Cinnabar

📋 copy color: '#E9281D'

red 233 ◦ green 40 ◦ blue 29

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

Shades of Cinnabar #E9281D

Tints of Cinnabar #E9281D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.6%

R = 77.15%
G = 13.25%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E9281D (or 0xE9281D) is known color: Cinnabar. HEX triplet: E9, 28 and 1D. RGB value is (233,40,29). Sum of RGB (Red+Green+Blue) = 233+40+29=302 (40% of max value = 765). Red value is 233 (91.41% from 255 or 77.15% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 233 - color contains mainly: red. Hex color #E9281D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9281D is #16D7E2. Grayscale: #606060. Windows color (decimal): -1497059 or 1911017. OLE color: 1911017.

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

Color convert

RGB 233 40 29 -
CMYK 0 0.83 0.88 0.09
HSL 3.24º 0.82% 0.51% -
HSV(B) 3.24º 0.88% 0.91% -
XYZ 34.58 18.93 2.99 -
YUV 96.45 89.94 225.39 -
System Red Green Blue C M Y K H S L
Decimal 233 40 29 0 0.83 0.88 0.09 3.24 0.82 0.51
Hex E9 28 1D 0 53 58 9 3 52 33
Octal 351 50 35 0 123 130 11 3 122 63
Binary 11101001 101000 11101 0 1010011 1011000 1001 11 1010010 110011

Color Harmonies of #E9281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9281D

Black with #E9281D

Text Example


Text Example

White with #E9281D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9281D; }

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

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

background-color css

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

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

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

border-color css

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

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

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