Html Css Color HEX #E04130 Cinnabar

📋 copy color: '#E04130'

red 224 ◦ green 65 ◦ blue 48

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

Shades of Cinnabar #E04130

Tints of Cinnabar #E04130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.24%

R = 66.47%
G = 19.29%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E04130 (or 0xE04130) is known color: Cinnabar. HEX triplet: E0, 41 and 30. RGB value is (224,65,48). Sum of RGB (Red+Green+Blue) = 224+65+48=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E04130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04130 is #1FBECF. Grayscale: #6E6E6E. Windows color (decimal): -2080464 or 3162592. OLE color: 3162592.

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

Color convert

RGB 224 65 48 -
CMYK 0 0.71 0.79 0.12
HSL 5.8º 0.74% 0.53% -
HSV(B) 5.8º 0.79% 0.88% -
XYZ 33.16 19.84 4.88 -
YUV 110.6 92.68 208.88 -
System Red Green Blue C M Y K H S L
Decimal 224 65 48 0 0.71 0.79 0.12 5.8 0.74 0.53
Hex E0 41 30 0 47 4F C 6 4A 35
Octal 340 101 60 0 107 117 14 6 112 65
Binary 11100000 1000001 110000 0 1000111 1001111 1100 110 1001010 110101

Color Harmonies of #E04130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04130

Black with #E04130

Text Example


Text Example

White with #E04130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04130; }

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

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

background-color css

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

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

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

border-color css

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

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

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