Html Css Color HEX #E1413A Cinnabar

📋 copy color: '#E1413A'

red 225 ◦ green 65 ◦ blue 58

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

Shades of Cinnabar #E1413A

Tints of Cinnabar #E1413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.68%

 BLUE value IS 58 (23.05% from 255) = 16.67%

R = 64.66%
G = 18.68%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1413A (or 0xE1413A) is known color: Cinnabar. HEX triplet: E1, 41 and 3A. RGB value is (225,65,58). Sum of RGB (Red+Green+Blue) = 225+65+58=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E1413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1413A is #1EBEC5. Grayscale: #707070. Windows color (decimal): -2014918 or 3817953. OLE color: 3817953.

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

Color convert

RGB 225 65 58 -
CMYK 0 0.71 0.74 0.12
HSL 2.51º 0.74% 0.55% -
HSV(B) 2.51º 0.74% 0.88% -
XYZ 33.71 20.09 6.1 -
YUV 112.04 97.51 208.57 -
System Red Green Blue C M Y K H S L
Decimal 225 65 58 0 0.71 0.74 0.12 2.51 0.74 0.55
Hex E1 41 3A 0 47 4A C 3 4A 37
Octal 341 101 72 0 107 112 14 3 112 67
Binary 11100001 1000001 111010 0 1000111 1001010 1100 11 1001010 110111

Color Harmonies of #E1413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1413A

Black with #E1413A

Text Example


Text Example

White with #E1413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1413A; }

 p { color: rgb(225,65,58); }

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

background-color css

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

 a { background-color: rgb(225,65,58); }

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

border-color css

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

 span { border-color: rgb(225,65,58); }

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