Html Css Color HEX #E5362A Cinnabar

📋 copy color: '#E5362A'

red 229 ◦ green 54 ◦ blue 42

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

Shades of Cinnabar #E5362A

Tints of Cinnabar #E5362A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.62%

 BLUE value IS 42 (16.8% from 255) = 12.92%

R = 70.46%
G = 16.62%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5362A (or 0xE5362A) is known color: Cinnabar. HEX triplet: E5, 36 and 2A. RGB value is (229,54,42). Sum of RGB (Red+Green+Blue) = 229+54+42=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E5362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5362A is #1AC9D5. Grayscale: #696969. Windows color (decimal): -1755606 or 2766565. OLE color: 2766565.

HSL color Cylindrical-coordinate representation of color #E5362A: hue angle of 3.85º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5362A is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 54 42 -
CMYK 0 0.76 0.82 0.10
HSL 3.85º 0.78% 0.53% -
HSV(B) 3.85º 0.82% 0.9% -
XYZ 34.05 19.46 4.15 -
YUV 104.96 92.48 216.48 -
System Red Green Blue C M Y K H S L
Decimal 229 54 42 0 0.76 0.82 0.10 3.85 0.78 0.53
Hex E5 36 2A 0 4C 52 A 4 4E 35
Octal 345 66 52 0 114 122 12 4 116 65
Binary 11100101 110110 101010 0 1001100 1010010 1010 100 1001110 110101

Color Harmonies of #E5362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5362A

Black with #E5362A

Text Example


Text Example

White with #E5362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5362A; }

 p { color: rgb(229,54,42); }

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

background-color css

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

 a { background-color: rgb(229,54,42); }

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

border-color css

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

 span { border-color: rgb(229,54,42); }

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