Html Css Color HEX #E74130 Cinnabar

📋 copy color: '#E74130'

red 231 ◦ green 65 ◦ blue 48

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

Shades of Cinnabar #E74130

Tints of Cinnabar #E74130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.95%

R = 67.15%
G = 18.9%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E74130 (or 0xE74130) is known color: Cinnabar. HEX triplet: E7, 41 and 30. RGB value is (231,65,48). Sum of RGB (Red+Green+Blue) = 231+65+48=344 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.15% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 231 - color contains mainly: red. Hex color #E74130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74130 is #18BECF. Grayscale: #707070. Windows color (decimal): -1621712 or 3162599. OLE color: 3162599.

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

Color convert

RGB 231 65 48 -
CMYK 0 0.72 0.79 0.09
HSL 5.57º 0.79% 0.55% -
HSV(B) 5.57º 0.79% 0.91% -
XYZ 35.38 20.98 4.98 -
YUV 112.7 91.5 212.38 -
System Red Green Blue C M Y K H S L
Decimal 231 65 48 0 0.72 0.79 0.09 5.57 0.79 0.55
Hex E7 41 30 0 48 4F 9 6 4F 37
Octal 347 101 60 0 110 117 11 6 117 67
Binary 11100111 1000001 110000 0 1001000 1001111 1001 110 1001111 110111

Color Harmonies of #E74130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74130

Black with #E74130

Text Example


Text Example

White with #E74130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74130; }

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

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

background-color css

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

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

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

border-color css

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

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

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