Html Css Color HEX #E04121 Cinnabar

📋 copy color: '#E04121'

red 224 ◦ green 65 ◦ blue 33

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

Shades of Cinnabar #E04121

Tints of Cinnabar #E04121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.19%

 BLUE value IS 33 (13.28% from 255) = 10.25%

R = 69.57%
G = 20.19%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E04121 (or 0xE04121) is known color: Cinnabar. HEX triplet: E0, 41 and 21. RGB value is (224,65,33). Sum of RGB (Red+Green+Blue) = 224+65+33=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E04121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04121 is #1FBEDE. Grayscale: #6D6D6D. Windows color (decimal): -2080479 or 2179552. OLE color: 2179552.

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

Color convert

RGB 224 65 33 -
CMYK 0 0.71 0.85 0.12
HSL 10.05º 0.75% 0.5% -
HSV(B) 10.05º 0.85% 0.88% -
XYZ 32.91 19.74 3.51 -
YUV 108.89 85.18 210.1 -
System Red Green Blue C M Y K H S L
Decimal 224 65 33 0 0.71 0.85 0.12 10.05 0.75 0.5
Hex E0 41 21 0 47 55 C A 4B 32
Octal 340 101 41 0 107 125 14 12 113 62
Binary 11100000 1000001 100001 0 1000111 1010101 1100 1010 1001011 110010

Color Harmonies of #E04121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04121

Black with #E04121

Text Example


Text Example

White with #E04121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04121; }

 p { color: rgb(224,65,33); }

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

background-color css

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

 a { background-color: rgb(224,65,33); }

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

border-color css

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

 span { border-color: rgb(224,65,33); }

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