Html Css Color HEX #E0413C Cinnabar

📋 copy color: '#E0413C'

red 224 ◦ green 65 ◦ blue 60

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

Shades of Cinnabar #E0413C

Tints of Cinnabar #E0413C

RGB

 RED value IS 224 (87.89% from 255) = 64.18%

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

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

R = 64.18%
G = 18.62%
B = 17.19%

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

#E0413C (or 0xE0413C) is known color: Cinnabar. HEX triplet: E0, 41 and 3C. RGB value is (224,65,60). Sum of RGB (Red+Green+Blue) = 224+65+60=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E0413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0413C is #1FBEC3. Grayscale: #707070. Windows color (decimal): -2080452 or 3949024. OLE color: 3949024.

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

Color convert

RGB 224 65 60 -
CMYK 0 0.71 0.73 0.12
HSL 1.83º 0.73% 0.56% -
HSV(B) 1.83º 0.73% 0.88% -
XYZ 33.45 19.95 6.36 -
YUV 111.97 98.68 207.91 -
System Red Green Blue C M Y K H S L
Decimal 224 65 60 0 0.71 0.73 0.12 1.83 0.73 0.56
Hex E0 41 3C 0 47 49 C 2 49 38
Octal 340 101 74 0 107 111 14 2 111 70
Binary 11100000 1000001 111100 0 1000111 1001001 1100 10 1001001 111000

Color Harmonies of #E0413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0413C

Black with #E0413C

Text Example


Text Example

White with #E0413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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