Html Css Color HEX #E04745 Cinnabar

📋 copy color: '#E04745'

red 224 ◦ green 71 ◦ blue 69

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

Shades of Cinnabar #E04745

Tints of Cinnabar #E04745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.51%

 BLUE value IS 69 (27.34% from 255) = 18.96%

R = 61.54%
G = 19.51%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E04745 (or 0xE04745) is known color: Cinnabar. HEX triplet: E0, 47 and 45. RGB value is (224,71,69). Sum of RGB (Red+Green+Blue) = 224+71+69=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E04745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04745 is #1FB8BA. Grayscale: #747474. Windows color (decimal): -2078907 or 4540384. OLE color: 4540384.

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

Color convert

RGB 224 71 69 -
CMYK 0 0.68 0.69 0.12
HSL 0.77º 0.71% 0.57% -
HSV(B) 0.77º 0.69% 0.88% -
XYZ 34.07 20.78 7.85 -
YUV 116.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 224 71 69 0 0.68 0.69 0.12 0.77 0.71 0.57
Hex E0 47 45 0 44 45 C 1 47 39
Octal 340 107 105 0 104 105 14 1 107 71
Binary 11100000 1000111 1000101 0 1000100 1000101 1100 1 1000111 111001

Color Harmonies of #E04745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04745

Black with #E04745

Text Example


Text Example

White with #E04745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04745; }

 p { color: rgb(224,71,69); }

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

background-color css

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

 a { background-color: rgb(224,71,69); }

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

border-color css

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

 span { border-color: rgb(224,71,69); }

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