Html Css Color HEX #E25D1F Chocolate

📋 copy color: '#E25D1F'

red 226 ◦ green 93 ◦ blue 31

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

Shades of Chocolate #E25D1F

Tints of Chocolate #E25D1F

RGB

 RED value IS 226 (88.67% from 255) = 64.57%

 GREEN value IS 93 (36.72% from 255) = 26.57%

 BLUE value IS 31 (12.5% from 255) = 8.86%

R = 64.57%
G = 26.57%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E25D1F (or 0xE25D1F) is known color: Chocolate. HEX triplet: E2, 5D and 1F. RGB value is (226,93,31). Sum of RGB (Red+Green+Blue) = 226+93+31=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25D1F is #1DA2E0. Grayscale: #7E7E7E. Windows color (decimal): -1942241 or 2055650. OLE color: 2055650.

HSL color Cylindrical-coordinate representation of color #E25D1F: hue angle of 19.08º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E25D1F is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 93 31 -
CMYK 0 0.59 0.86 0.11
HSL 19.08º 0.77% 0.5% -
HSV(B) 19.08º 0.86% 0.89% -
XYZ 35.53 24.1 4.07 -
YUV 125.7 74.56 199.54 -
System Red Green Blue C M Y K H S L
Decimal 226 93 31 0 0.59 0.86 0.11 19.08 0.77 0.5
Hex E2 5D 1F 0 3B 56 B 13 4D 32
Octal 342 135 37 0 73 126 13 23 115 62
Binary 11100010 1011101 11111 0 111011 1010110 1011 10011 1001101 110010

Color Harmonies of #E25D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25D1F

Black with #E25D1F

Text Example


Text Example

White with #E25D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25D1F; }

 p { color: rgb(226,93,31); }

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

background-color css

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

 a { background-color: rgb(226,93,31); }

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

border-color css

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

 span { border-color: rgb(226,93,31); }

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