Html Css Color HEX #E04A3C Cinnabar

📋 copy color: '#E04A3C'

red 224 ◦ green 74 ◦ blue 60

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

Shades of Cinnabar #E04A3C

Tints of Cinnabar #E04A3C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.67%

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

R = 62.57%
G = 20.67%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E04A3C (or 0xE04A3C) is known color: Cinnabar. HEX triplet: E0, 4A and 3C. RGB value is (224,74,60). Sum of RGB (Red+Green+Blue) = 224+74+60=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04A3C is #1FB5C3. Grayscale: #757575. Windows color (decimal): -2078148 or 3951328. OLE color: 3951328.

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

Color convert

RGB 224 74 60 -
CMYK 0 0.67 0.73 0.12
HSL 5.12º 0.73% 0.56% -
HSV(B) 5.12º 0.73% 0.88% -
XYZ 34 21.07 6.55 -
YUV 117.25 95.7 204.14 -
System Red Green Blue C M Y K H S L
Decimal 224 74 60 0 0.67 0.73 0.12 5.12 0.73 0.56
Hex E0 4A 3C 0 43 49 C 5 49 38
Octal 340 112 74 0 103 111 14 5 111 70
Binary 11100000 1001010 111100 0 1000011 1001001 1100 101 1001001 111000

Color Harmonies of #E04A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04A3C

Black with #E04A3C

Text Example


Text Example

White with #E04A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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