Html Css Color HEX #E03534 Cinnabar

📋 copy color: '#E03534'

red 224 ◦ green 53 ◦ blue 52

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

Shades of Cinnabar #E03534

Tints of Cinnabar #E03534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.11%

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

R = 68.09%
G = 16.11%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E03534 (or 0xE03534) is known color: Cinnabar. HEX triplet: E0, 35 and 34. RGB value is (224,53,52). Sum of RGB (Red+Green+Blue) = 224+53+52=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E03534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03534 is #1FCACB. Grayscale: #686868. Windows color (decimal): -2083532 or 3421664. OLE color: 3421664.

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

Color convert

RGB 224 53 52 -
CMYK 0 0.76 0.77 0.12
HSL 0.35º 0.74% 0.54% -
HSV(B) 0.35º 0.77% 0.88% -
XYZ 32.63 18.64 5.13 -
YUV 104.02 98.65 213.58 -
System Red Green Blue C M Y K H S L
Decimal 224 53 52 0 0.76 0.77 0.12 0.35 0.74 0.54
Hex E0 35 34 0 4C 4D C 0 4A 36
Octal 340 65 64 0 114 115 14 0 112 66
Binary 11100000 110101 110100 0 1001100 1001101 1100 0 1001010 110110

Color Harmonies of #E03534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03534

Black with #E03534

Text Example


Text Example

White with #E03534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03534; }

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

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

background-color css

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

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

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

border-color css

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

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

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