Html Css Color HEX #E04534 Cinnabar

📋 copy color: '#E04534'

red 224 ◦ green 69 ◦ blue 52

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

Shades of Cinnabar #E04534

Tints of Cinnabar #E04534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20%

 BLUE value IS 52 (20.7% from 255) = 15.07%

R = 64.93%
G = 20%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E04534 (or 0xE04534) is known color: Cinnabar. HEX triplet: E0, 45 and 34. RGB value is (224,69,52). Sum of RGB (Red+Green+Blue) = 224+69+52=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E04534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04534 is #1FBACB. Grayscale: #717171. Windows color (decimal): -2079436 or 3425760. OLE color: 3425760.

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

Color convert

RGB 224 69 52 -
CMYK 0 0.69 0.77 0.12
HSL 5.93º 0.74% 0.54% -
HSV(B) 5.93º 0.77% 0.88% -
XYZ 33.49 20.35 5.41 -
YUV 113.41 93.35 206.88 -
System Red Green Blue C M Y K H S L
Decimal 224 69 52 0 0.69 0.77 0.12 5.93 0.74 0.54
Hex E0 45 34 0 45 4D C 6 4A 36
Octal 340 105 64 0 105 115 14 6 112 66
Binary 11100000 1000101 110100 0 1000101 1001101 1100 110 1001010 110110

Color Harmonies of #E04534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04534

Black with #E04534

Text Example


Text Example

White with #E04534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04534; }

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

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

background-color css

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

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

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

border-color css

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

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

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