Html Css Color HEX #E1362A Cinnabar

📋 copy color: '#E1362A'

red 225 ◦ green 54 ◦ blue 42

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

Shades of Cinnabar #E1362A

Tints of Cinnabar #E1362A

RGB

 RED value IS 225 (88.28% from 255) = 70.09%

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

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

R = 70.09%
G = 16.82%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1362A (or 0xE1362A) is known color: Cinnabar. HEX triplet: E1, 36 and 2A. RGB value is (225,54,42). Sum of RGB (Red+Green+Blue) = 225+54+42=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E1362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1362A is #1EC9D5. Grayscale: #676767. Windows color (decimal): -2017750 or 2766561. OLE color: 2766561.

HSL color Cylindrical-coordinate representation of color #E1362A: hue angle of 3.93º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1362A is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 54 42 -
CMYK 0 0.76 0.81 0.12
HSL 3.93º 0.75% 0.52% -
HSV(B) 3.93º 0.81% 0.88% -
XYZ 32.79 18.81 4.09 -
YUV 103.76 93.15 214.48 -
System Red Green Blue C M Y K H S L
Decimal 225 54 42 0 0.76 0.81 0.12 3.93 0.75 0.52
Hex E1 36 2A 0 4C 51 C 4 4B 34
Octal 341 66 52 0 114 121 14 4 113 64
Binary 11100001 110110 101010 0 1001100 1010001 1100 100 1001011 110100

Color Harmonies of #E1362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1362A

Black with #E1362A

Text Example


Text Example

White with #E1362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1362A; }

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

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

background-color css

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

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

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

border-color css

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

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

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