Html Css Color HEX #E04334 Cinnabar

📋 copy color: '#E04334'

red 224 ◦ green 67 ◦ blue 52

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

Shades of Cinnabar #E04334

Tints of Cinnabar #E04334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.53%

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

R = 65.31%
G = 19.53%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E04334 (or 0xE04334) is known color: Cinnabar. HEX triplet: E0, 43 and 34. RGB value is (224,67,52). Sum of RGB (Red+Green+Blue) = 224+67+52=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E04334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04334 is #1FBCCB. Grayscale: #707070. Windows color (decimal): -2079948 or 3425248. OLE color: 3425248.

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

Color convert

RGB 224 67 52 -
CMYK 0 0.70 0.77 0.12
HSL 5.23º 0.74% 0.54% -
HSV(B) 5.23º 0.77% 0.88% -
XYZ 33.37 20.11 5.37 -
YUV 112.23 94.01 207.72 -
System Red Green Blue C M Y K H S L
Decimal 224 67 52 0 0.70 0.77 0.12 5.23 0.74 0.54
Hex E0 43 34 0 46 4D C 5 4A 36
Octal 340 103 64 0 106 115 14 5 112 66
Binary 11100000 1000011 110100 0 1000110 1001101 1100 101 1001010 110110

Color Harmonies of #E04334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04334

Black with #E04334

Text Example


Text Example

White with #E04334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04334; }

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

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

background-color css

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

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

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

border-color css

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

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

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