Html Css Color HEX #E74127 Cinnabar

📋 copy color: '#E74127'

red 231 ◦ green 65 ◦ blue 39

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

Shades of Cinnabar #E74127

Tints of Cinnabar #E74127

RGB

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

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

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

R = 68.96%
G = 19.4%
B = 11.64%

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

#E74127 (or 0xE74127) is known color: Cinnabar. HEX triplet: E7, 41 and 27. RGB value is (231,65,39). Sum of RGB (Red+Green+Blue) = 231+65+39=335 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.96% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 231 - color contains mainly: red. Hex color #E74127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74127 is #18BED8. Grayscale: #6F6F6F. Windows color (decimal): -1621721 or 2572775. OLE color: 2572775.

HSL color Cylindrical-coordinate representation of color #E74127: hue angle of 8.12º 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 #E74127 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 65 39 -
CMYK 0 0.72 0.83 0.09
HSL 8.13º 0.8% 0.53% -
HSV(B) 8.13º 0.83% 0.91% -
XYZ 35.21 20.92 4.1 -
YUV 111.67 87 213.11 -
System Red Green Blue C M Y K H S L
Decimal 231 65 39 0 0.72 0.83 0.09 8.13 0.8 0.53
Hex E7 41 27 0 48 53 9 8 50 35
Octal 347 101 47 0 110 123 11 10 120 65
Binary 11100111 1000001 100111 0 1001000 1010011 1001 1000 1010000 110101

Color Harmonies of #E74127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74127

Black with #E74127

Text Example


Text Example

White with #E74127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74127; }

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

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

background-color css

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

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

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

border-color css

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

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

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