Html Css Color HEX #E03B34 Cinnabar

📋 copy color: '#E03B34'

red 224 ◦ green 59 ◦ blue 52

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

Shades of Cinnabar #E03B34

Tints of Cinnabar #E03B34

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.61%

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

R = 66.87%
G = 17.61%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E03B34 (or 0xE03B34) is known color: Cinnabar. HEX triplet: E0, 3B and 34. RGB value is (224,59,52). Sum of RGB (Red+Green+Blue) = 224+59+52=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E03B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03B34 is #1FC4CB. Grayscale: #6B6B6B. Windows color (decimal): -2081996 or 3423200. OLE color: 3423200.

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

Color convert

RGB 224 59 52 -
CMYK 0 0.74 0.77 0.12
HSL 2.44º 0.74% 0.54% -
HSV(B) 2.44º 0.77% 0.88% -
XYZ 32.92 19.22 5.22 -
YUV 107.54 96.66 211.07 -
System Red Green Blue C M Y K H S L
Decimal 224 59 52 0 0.74 0.77 0.12 2.44 0.74 0.54
Hex E0 3B 34 0 4A 4D C 2 4A 36
Octal 340 73 64 0 112 115 14 2 112 66
Binary 11100000 111011 110100 0 1001010 1001101 1100 10 1001010 110110

Color Harmonies of #E03B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03B34

Black with #E03B34

Text Example


Text Example

White with #E03B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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