Html Css Color HEX #E85325 Cinnabar

📋 copy color: '#E85325'

red 232 ◦ green 83 ◦ blue 37

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

Shades of Cinnabar #E85325

Tints of Cinnabar #E85325

RGB

 RED value IS 232 (91.02% from 255) = 65.91%

 GREEN value IS 83 (32.81% from 255) = 23.58%

 BLUE value IS 37 (14.84% from 255) = 10.51%

R = 65.91%
G = 23.58%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E85325 (or 0xE85325) is known color: Cinnabar. HEX triplet: E8, 53 and 25. RGB value is (232,83,37). Sum of RGB (Red+Green+Blue) = 232+83+37=352 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.91% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 232 - color contains mainly: red. Hex color #E85325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85325 is #17ACDA. Grayscale: #7A7A7A. Windows color (decimal): -1551579 or 2446312. OLE color: 2446312.

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

Color convert

RGB 232 83 37 -
CMYK 0 0.64 0.84 0.09
HSL 14.15º 0.81% 0.53% -
HSV(B) 14.15º 0.84% 0.91% -
XYZ 36.71 23.48 4.35 -
YUV 122.31 79.86 206.24 -
System Red Green Blue C M Y K H S L
Decimal 232 83 37 0 0.64 0.84 0.09 14.15 0.81 0.53
Hex E8 53 25 0 40 54 9 E 51 35
Octal 350 123 45 0 100 124 11 16 121 65
Binary 11101000 1010011 100101 0 1000000 1010100 1001 1110 1010001 110101

Color Harmonies of #E85325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85325

Black with #E85325

Text Example


Text Example

White with #E85325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85325; }

 p { color: rgb(232,83,37); }

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

background-color css

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

 a { background-color: rgb(232,83,37); }

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

border-color css

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

 span { border-color: rgb(232,83,37); }

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