Html Css Color HEX #E74328 Cinnabar

📋 copy color: '#E74328'

red 231 ◦ green 67 ◦ blue 40

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

Shades of Cinnabar #E74328

Tints of Cinnabar #E74328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.82%

 BLUE value IS 40 (16.02% from 255) = 11.83%

R = 68.34%
G = 19.82%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E74328 (or 0xE74328) is known color: Cinnabar. HEX triplet: E7, 43 and 28. RGB value is (231,67,40). Sum of RGB (Red+Green+Blue) = 231+67+40=338 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.34% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 231 - color contains mainly: red. Hex color #E74328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74328 is #18BCD7. Grayscale: #717171. Windows color (decimal): -1621208 or 2638823. OLE color: 2638823.

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

Color convert

RGB 231 67 40 -
CMYK 0 0.71 0.83 0.09
HSL 8.48º 0.8% 0.53% -
HSV(B) 8.48º 0.83% 0.91% -
XYZ 35.35 21.16 4.23 -
YUV 112.96 86.83 212.2 -
System Red Green Blue C M Y K H S L
Decimal 231 67 40 0 0.71 0.83 0.09 8.48 0.8 0.53
Hex E7 43 28 0 47 53 9 8 50 35
Octal 347 103 50 0 107 123 11 10 120 65
Binary 11100111 1000011 101000 0 1000111 1010011 1001 1000 1010000 110101

Color Harmonies of #E74328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74328

Black with #E74328

Text Example


Text Example

White with #E74328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74328; }

 p { color: rgb(231,67,40); }

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

background-color css

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

 a { background-color: rgb(231,67,40); }

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

border-color css

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

 span { border-color: rgb(231,67,40); }

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