Html Css Color HEX #E05334 Cinnabar

📋 copy color: '#E05334'

red 224 ◦ green 83 ◦ blue 52

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

Shades of Cinnabar #E05334

Tints of Cinnabar #E05334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.12%

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

R = 62.4%
G = 23.12%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E05334 (or 0xE05334) is known color: Cinnabar. HEX triplet: E0, 53 and 34. RGB value is (224,83,52). Sum of RGB (Red+Green+Blue) = 224+83+52=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E05334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05334 is #1FACCB. Grayscale: #797979. Windows color (decimal): -2075852 or 3429344. OLE color: 3429344.

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

Color convert

RGB 224 83 52 -
CMYK 0 0.63 0.77 0.12
HSL 10.81º 0.74% 0.54% -
HSV(B) 10.81º 0.77% 0.88% -
XYZ 34.45 22.28 5.73 -
YUV 121.63 88.71 201.02 -
System Red Green Blue C M Y K H S L
Decimal 224 83 52 0 0.63 0.77 0.12 10.81 0.74 0.54
Hex E0 53 34 0 3F 4D C B 4A 36
Octal 340 123 64 0 77 115 14 13 112 66
Binary 11100000 1010011 110100 0 111111 1001101 1100 1011 1001010 110110

Color Harmonies of #E05334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05334

Black with #E05334

Text Example


Text Example

White with #E05334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05334; }

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

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

background-color css

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

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

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

border-color css

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

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

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