Html Css Color HEX #E1453C Cinnabar

📋 copy color: '#E1453C'

red 225 ◦ green 69 ◦ blue 60

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

Shades of Cinnabar #E1453C

Tints of Cinnabar #E1453C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.49%

 BLUE value IS 60 (23.83% from 255) = 16.95%

R = 63.56%
G = 19.49%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1453C (or 0xE1453C) is known color: Cinnabar. HEX triplet: E1, 45 and 3C. RGB value is (225,69,60). Sum of RGB (Red+Green+Blue) = 225+69+60=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1453C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1453C is #1EBAC3. Grayscale: #727272. Windows color (decimal): -2013892 or 3950049. OLE color: 3950049.

HSL color Cylindrical-coordinate representation of color #E1453C: hue angle of 3.27º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1453C is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 69 60 -
CMYK 0 0.69 0.73 0.12
HSL 3.27º 0.73% 0.56% -
HSV(B) 3.27º 0.73% 0.88% -
XYZ 34 20.59 6.46 -
YUV 114.62 97.18 206.73 -
System Red Green Blue C M Y K H S L
Decimal 225 69 60 0 0.69 0.73 0.12 3.27 0.73 0.56
Hex E1 45 3C 0 45 49 C 3 49 38
Octal 341 105 74 0 105 111 14 3 111 70
Binary 11100001 1000101 111100 0 1000101 1001001 1100 11 1001001 111000

Color Harmonies of #E1453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1453C

Black with #E1453C

Text Example


Text Example

White with #E1453C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1453C; }

 p { color: rgb(225,69,60); }

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

background-color css

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

 a { background-color: rgb(225,69,60); }

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

border-color css

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

 span { border-color: rgb(225,69,60); }

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