Html Css Color HEX #E0641A Chocolate

📋 copy color: '#E0641A'

red 224 ◦ green 100 ◦ blue 26

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

Shades of Chocolate #E0641A

Tints of Chocolate #E0641A

RGB

 RED value IS 224 (87.89% from 255) = 64%

 GREEN value IS 100 (39.45% from 255) = 28.57%

 BLUE value IS 26 (10.55% from 255) = 7.43%

R = 64%
G = 28.57%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0641A (or 0xE0641A) is known color: Chocolate. HEX triplet: E0, 64 and 1A. RGB value is (224,100,26). Sum of RGB (Red+Green+Blue) = 224+100+26=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E0641A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0641A is #1F9BE5. Grayscale: #818181. Windows color (decimal): -2071526 or 1729760. OLE color: 1729760.

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

Color convert

RGB 224 100 26 -
CMYK 0 0.55 0.88 0.12
HSL 22.42º 0.79% 0.49% -
HSV(B) 22.42º 0.88% 0.88% -
XYZ 35.48 25.04 3.94 -
YUV 128.64 70.08 196.02 -
System Red Green Blue C M Y K H S L
Decimal 224 100 26 0 0.55 0.88 0.12 22.42 0.79 0.49
Hex E0 64 1A 0 37 58 C 16 4F 31
Octal 340 144 32 0 67 130 14 26 117 61
Binary 11100000 1100100 11010 0 110111 1011000 1100 10110 1001111 110001

Color Harmonies of #E0641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0641A

Black with #E0641A

Text Example


Text Example

White with #E0641A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0641A; }

 p { color: rgb(224,100,26); }

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

background-color css

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

 a { background-color: rgb(224,100,26); }

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

border-color css

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

 span { border-color: rgb(224,100,26); }

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