Html Css Color HEX #E1413C Cinnabar

📋 copy color: '#E1413C'

red 225 ◦ green 65 ◦ blue 60

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

Shades of Cinnabar #E1413C

Tints of Cinnabar #E1413C

RGB

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

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

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

R = 64.29%
G = 18.57%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1413C (or 0xE1413C) is known color: Cinnabar. HEX triplet: E1, 41 and 3C. RGB value is (225,65,60). Sum of RGB (Red+Green+Blue) = 225+65+60=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E1413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1413C is #1EBEC3. Grayscale: #707070. Windows color (decimal): -2014916 or 3949025. OLE color: 3949025.

HSL color Cylindrical-coordinate representation of color #E1413C: hue angle of 1.82º 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 #E1413C is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 65 60 -
CMYK 0 0.71 0.73 0.12
HSL 1.82º 0.73% 0.56% -
HSV(B) 1.82º 0.73% 0.88% -
XYZ 33.76 20.11 6.38 -
YUV 112.27 98.51 208.41 -
System Red Green Blue C M Y K H S L
Decimal 225 65 60 0 0.71 0.73 0.12 1.82 0.73 0.56
Hex E1 41 3C 0 47 49 C 2 49 38
Octal 341 101 74 0 107 111 14 2 111 70
Binary 11100001 1000001 111100 0 1000111 1001001 1100 10 1001001 111000

Color Harmonies of #E1413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1413C

Black with #E1413C

Text Example


Text Example

White with #E1413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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