Html Css Color HEX #E74B40 Cinnabar

📋 copy color: '#E74B40'

red 231 ◦ green 75 ◦ blue 64

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

Shades of Cinnabar #E74B40

Tints of Cinnabar #E74B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.27%

 BLUE value IS 64 (25.39% from 255) = 17.3%

R = 62.43%
G = 20.27%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E74B40 (or 0xE74B40) is known color: Cinnabar. HEX triplet: E7, 4B and 40. RGB value is (231,75,64). Sum of RGB (Red+Green+Blue) = 231+75+64=370 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.43% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74B40 is #18B4BF. Grayscale: #787878. Windows color (decimal): -1619136 or 4213735. OLE color: 4213735.

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

Color convert

RGB 231 75 64 -
CMYK 0 0.68 0.72 0.09
HSL 3.95º 0.78% 0.58% -
HSV(B) 3.95º 0.72% 0.91% -
XYZ 36.4 22.39 7.25 -
YUV 120.39 96.18 206.89 -
System Red Green Blue C M Y K H S L
Decimal 231 75 64 0 0.68 0.72 0.09 3.95 0.78 0.58
Hex E7 4B 40 0 44 48 9 4 4E 3A
Octal 347 113 100 0 104 110 11 4 116 72
Binary 11100111 1001011 1000000 0 1000100 1001000 1001 100 1001110 111010

Color Harmonies of #E74B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74B40

Black with #E74B40

Text Example


Text Example

White with #E74B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74B40; }

 p { color: rgb(231,75,64); }

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

background-color css

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

 a { background-color: rgb(231,75,64); }

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

border-color css

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

 span { border-color: rgb(231,75,64); }

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