Html Css Color HEX #E5531D Persimmon

📋 copy color: '#E5531D'

red 229 ◦ green 83 ◦ blue 29

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

Shades of Persimmon #E5531D

Tints of Persimmon #E5531D

RGB

 RED value IS 229 (89.84% from 255) = 67.16%

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

 BLUE value IS 29 (11.72% from 255) = 8.5%

R = 67.16%
G = 24.34%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E5531D (or 0xE5531D) is known color: Persimmon. HEX triplet: E5, 53 and 1D. RGB value is (229,83,29). Sum of RGB (Red+Green+Blue) = 229+83+29=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E5531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5531D is #1AACE2. Grayscale: #787878. Windows color (decimal): -1748195 or 1922021. OLE color: 1922021.

HSL color Cylindrical-coordinate representation of color #E5531D: hue angle of 16.2º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5531D is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 83 29 -
CMYK 0 0.64 0.87 0.10
HSL 16.2º 0.79% 0.51% -
HSV(B) 16.2º 0.87% 0.9% -
XYZ 35.63 22.93 3.71 -
YUV 120.5 76.37 205.39 -
System Red Green Blue C M Y K H S L
Decimal 229 83 29 0 0.64 0.87 0.10 16.2 0.79 0.51
Hex E5 53 1D 0 40 57 A 10 4F 33
Octal 345 123 35 0 100 127 12 20 117 63
Binary 11100101 1010011 11101 0 1000000 1010111 1010 10000 1001111 110011

Color Harmonies of #E5531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5531D

Black with #E5531D

Text Example


Text Example

White with #E5531D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5531D; }

 p { color: rgb(229,83,29); }

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

background-color css

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

 a { background-color: rgb(229,83,29); }

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

border-color css

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

 span { border-color: rgb(229,83,29); }

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