Html Css Color HEX #E74A1B Cinnabar

📋 copy color: '#E74A1B'

red 231 ◦ green 74 ◦ blue 27

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

Shades of Cinnabar #E74A1B

Tints of Cinnabar #E74A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.13%

R = 69.58%
G = 22.29%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E74A1B (or 0xE74A1B) is known color: Cinnabar. HEX triplet: E7, 4A and 1B. RGB value is (231,74,27). Sum of RGB (Red+Green+Blue) = 231+74+27=332 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.58% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74A1B is #18B5E4. Grayscale: #737373. Windows color (decimal): -1619429 or 1788647. OLE color: 1788647.

HSL color Cylindrical-coordinate representation of color #E74A1B: hue angle of 13.82º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E74A1B is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 74 27 -
CMYK 0 0.68 0.88 0.09
HSL 13.82º 0.81% 0.51% -
HSV(B) 13.82º 0.88% 0.91% -
XYZ 35.6 21.97 3.4 -
YUV 115.59 78.01 210.32 -
System Red Green Blue C M Y K H S L
Decimal 231 74 27 0 0.68 0.88 0.09 13.82 0.81 0.51
Hex E7 4A 1B 0 44 58 9 E 51 33
Octal 347 112 33 0 104 130 11 16 121 63
Binary 11100111 1001010 11011 0 1000100 1011000 1001 1110 1010001 110011

Color Harmonies of #E74A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74A1B

Black with #E74A1B

Text Example


Text Example

White with #E74A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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