Html Css Color HEX #E03A27 Cinnabar

📋 copy color: '#E03A27'

red 224 ◦ green 58 ◦ blue 39

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

Shades of Cinnabar #E03A27

Tints of Cinnabar #E03A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.15%

R = 69.78%
G = 18.07%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E03A27 (or 0xE03A27) is known color: Cinnabar. HEX triplet: E0, 3A and 27. RGB value is (224,58,39). Sum of RGB (Red+Green+Blue) = 224+58+39=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03A27 is #1FC5D8. Grayscale: #696969. Windows color (decimal): -2082265 or 2570976. OLE color: 2570976.

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

Color convert

RGB 224 58 39 -
CMYK 0 0.74 0.83 0.12
HSL 6.16º 0.75% 0.52% -
HSV(B) 6.16º 0.83% 0.88% -
XYZ 32.62 19.02 3.87 -
YUV 105.47 90.5 212.54 -
System Red Green Blue C M Y K H S L
Decimal 224 58 39 0 0.74 0.83 0.12 6.16 0.75 0.52
Hex E0 3A 27 0 4A 53 C 6 4B 34
Octal 340 72 47 0 112 123 14 6 113 64
Binary 11100000 111010 100111 0 1001010 1010011 1100 110 1001011 110100

Color Harmonies of #E03A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03A27

Black with #E03A27

Text Example


Text Example

White with #E03A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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