Html Css Color HEX #E74128 Cinnabar

📋 copy color: '#E74128'

red 231 ◦ green 65 ◦ blue 40

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

Shades of Cinnabar #E74128

Tints of Cinnabar #E74128

RGB

 RED value IS 231 (90.63% from 255) = 68.75%

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

 BLUE value IS 40 (16.02% from 255) = 11.9%

R = 68.75%
G = 19.35%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E74128 (or 0xE74128) is known color: Cinnabar. HEX triplet: E7, 41 and 28. RGB value is (231,65,40). Sum of RGB (Red+Green+Blue) = 231+65+40=336 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.75% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 231 - color contains mainly: red. Hex color #E74128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74128 is #18BED7. Grayscale: #707070. Windows color (decimal): -1621720 or 2638311. OLE color: 2638311.

HSL color Cylindrical-coordinate representation of color #E74128: hue angle of 7.85º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E74128 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 65 40 -
CMYK 0 0.72 0.83 0.09
HSL 7.85º 0.8% 0.53% -
HSV(B) 7.85º 0.83% 0.91% -
XYZ 35.23 20.92 4.19 -
YUV 111.78 87.5 213.03 -
System Red Green Blue C M Y K H S L
Decimal 231 65 40 0 0.72 0.83 0.09 7.85 0.8 0.53
Hex E7 41 28 0 48 53 9 8 50 35
Octal 347 101 50 0 110 123 11 10 120 65
Binary 11100111 1000001 101000 0 1001000 1010011 1001 1000 1010000 110101

Color Harmonies of #E74128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74128

Black with #E74128

Text Example


Text Example

White with #E74128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74128; }

 p { color: rgb(231,65,40); }

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

background-color css

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

 a { background-color: rgb(231,65,40); }

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

border-color css

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

 span { border-color: rgb(231,65,40); }

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