Html Css Color HEX #E03A2F Cinnabar

📋 copy color: '#E03A2F'

red 224 ◦ green 58 ◦ blue 47

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

Shades of Cinnabar #E03A2F

Tints of Cinnabar #E03A2F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.63%

 BLUE value IS 47 (18.75% from 255) = 14.29%

R = 68.09%
G = 17.63%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E03A2F (or 0xE03A2F) is known color: Cinnabar. HEX triplet: E0, 3A and 2F. RGB value is (224,58,47). Sum of RGB (Red+Green+Blue) = 224+58+47=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03A2F is #1FC5D0. Grayscale: #6A6A6A. Windows color (decimal): -2082257 or 3095264. OLE color: 3095264.

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

Color convert

RGB 224 58 47 -
CMYK 0 0.74 0.79 0.12
HSL 3.73º 0.74% 0.53% -
HSV(B) 3.73º 0.79% 0.88% -
XYZ 32.77 19.08 4.64 -
YUV 106.38 94.5 211.89 -
System Red Green Blue C M Y K H S L
Decimal 224 58 47 0 0.74 0.79 0.12 3.73 0.74 0.53
Hex E0 3A 2F 0 4A 4F C 4 4A 35
Octal 340 72 57 0 112 117 14 4 112 65
Binary 11100000 111010 101111 0 1001010 1001111 1100 100 1001010 110101

Color Harmonies of #E03A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03A2F

Black with #E03A2F

Text Example


Text Example

White with #E03A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03A2F; }

 p { color: rgb(224,58,47); }

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

background-color css

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

 a { background-color: rgb(224,58,47); }

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

border-color css

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

 span { border-color: rgb(224,58,47); }

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