Html Css Color HEX #E5281E Cinnabar

📋 copy color: '#E5281E'

red 229 ◦ green 40 ◦ blue 30

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

Shades of Cinnabar #E5281E

Tints of Cinnabar #E5281E

RGB

 RED value IS 229 (89.84% from 255) = 76.59%

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

 BLUE value IS 30 (12.11% from 255) = 10.03%

R = 76.59%
G = 13.38%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E5281E (or 0xE5281E) is known color: Cinnabar. HEX triplet: E5, 28 and 1E. RGB value is (229,40,30). Sum of RGB (Red+Green+Blue) = 229+40+30=299 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.59% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 229 - color contains mainly: red. Hex color #E5281E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5281E is #1AD7E1. Grayscale: #5F5F5F. Windows color (decimal): -1759202 or 1976549. OLE color: 1976549.

HSL color Cylindrical-coordinate representation of color #E5281E: hue angle of 3.02º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5281E is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 40 30 -
CMYK 0 0.83 0.87 0.10
HSL 3.02º 0.79% 0.51% -
HSV(B) 3.02º 0.87% 0.9% -
XYZ 33.31 18.27 3 -
YUV 95.37 91.12 223.31 -
System Red Green Blue C M Y K H S L
Decimal 229 40 30 0 0.83 0.87 0.10 3.02 0.79 0.51
Hex E5 28 1E 0 53 57 A 3 4F 33
Octal 345 50 36 0 123 127 12 3 117 63
Binary 11100101 101000 11110 0 1010011 1010111 1010 11 1001111 110011

Color Harmonies of #E5281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5281E

Black with #E5281E

Text Example


Text Example

White with #E5281E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5281E; }

 p { color: rgb(229,40,30); }

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

background-color css

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

 a { background-color: rgb(229,40,30); }

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

border-color css

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

 span { border-color: rgb(229,40,30); }

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