Html Css Color HEX #E74A27 Cinnabar

📋 copy color: '#E74A27'

red 231 ◦ green 74 ◦ blue 39

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

Shades of Cinnabar #E74A27

Tints of Cinnabar #E74A27

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.51%

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

R = 67.15%
G = 21.51%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E74A27 (or 0xE74A27) is known color: Cinnabar. HEX triplet: E7, 4A and 27. RGB value is (231,74,39). Sum of RGB (Red+Green+Blue) = 231+74+39=344 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.15% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74A27 is #18B5D8. Grayscale: #757575. Windows color (decimal): -1619417 or 2575079. OLE color: 2575079.

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

Color convert

RGB 231 74 39 -
CMYK 0 0.68 0.83 0.09
HSL 10.94º 0.8% 0.53% -
HSV(B) 10.94º 0.83% 0.91% -
XYZ 35.77 22.03 4.29 -
YUV 116.95 84.01 209.35 -
System Red Green Blue C M Y K H S L
Decimal 231 74 39 0 0.68 0.83 0.09 10.94 0.8 0.53
Hex E7 4A 27 0 44 53 9 B 50 35
Octal 347 112 47 0 104 123 11 13 120 65
Binary 11100111 1001010 100111 0 1000100 1010011 1001 1011 1010000 110101

Color Harmonies of #E74A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74A27

Black with #E74A27

Text Example


Text Example

White with #E74A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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