Html Css Color HEX #E45325 Cinnabar

📋 copy color: '#E45325'

red 228 ◦ green 83 ◦ blue 37

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

Shades of Cinnabar #E45325

Tints of Cinnabar #E45325

RGB

 RED value IS 228 (89.45% from 255) = 65.52%

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

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

R = 65.52%
G = 23.85%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E45325 (or 0xE45325) is known color: Cinnabar. HEX triplet: E4, 53 and 25. RGB value is (228,83,37). Sum of RGB (Red+Green+Blue) = 228+83+37=348 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.52% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 228 - color contains mainly: red. Hex color #E45325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45325 is #1BACDA. Grayscale: #797979. Windows color (decimal): -1813723 or 2446308. OLE color: 2446308.

HSL color Cylindrical-coordinate representation of color #E45325: hue angle of 14.45º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E45325 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 83 37 -
CMYK 0 0.64 0.84 0.11
HSL 14.45º 0.78% 0.52% -
HSV(B) 14.45º 0.84% 0.89% -
XYZ 35.42 22.81 4.29 -
YUV 121.11 80.54 204.24 -
System Red Green Blue C M Y K H S L
Decimal 228 83 37 0 0.64 0.84 0.11 14.45 0.78 0.52
Hex E4 53 25 0 40 54 B E 4E 34
Octal 344 123 45 0 100 124 13 16 116 64
Binary 11100100 1010011 100101 0 1000000 1010100 1011 1110 1001110 110100

Color Harmonies of #E45325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45325

Black with #E45325

Text Example


Text Example

White with #E45325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45325; }

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

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

background-color css

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

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

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

border-color css

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

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

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