Html Css Color HEX #E04F3F Cinnabar

📋 copy color: '#E04F3F'

red 224 ◦ green 79 ◦ blue 63

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

Shades of Cinnabar #E04F3F

Tints of Cinnabar #E04F3F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.58%

 BLUE value IS 63 (25% from 255) = 17.21%

R = 61.2%
G = 21.58%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E04F3F (or 0xE04F3F) is known color: Cinnabar. HEX triplet: E0, 4F and 3F. RGB value is (224,79,63). Sum of RGB (Red+Green+Blue) = 224+79+63=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04F3F is #1FB0C0. Grayscale: #787878. Windows color (decimal): -2076865 or 4149216. OLE color: 4149216.

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

Color convert

RGB 224 79 63 -
CMYK 0 0.65 0.72 0.12
HSL 5.96º 0.72% 0.56% -
HSV(B) 5.96º 0.72% 0.88% -
XYZ 34.43 21.8 7.1 -
YUV 120.53 95.54 201.8 -
System Red Green Blue C M Y K H S L
Decimal 224 79 63 0 0.65 0.72 0.12 5.96 0.72 0.56
Hex E0 4F 3F 0 41 48 C 6 48 38
Octal 340 117 77 0 101 110 14 6 110 70
Binary 11100000 1001111 111111 0 1000001 1001000 1100 110 1001000 111000

Color Harmonies of #E04F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04F3F

Black with #E04F3F

Text Example


Text Example

White with #E04F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04F3F; }

 p { color: rgb(224,79,63); }

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

background-color css

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

 a { background-color: rgb(224,79,63); }

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

border-color css

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

 span { border-color: rgb(224,79,63); }

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