Html Css Color HEX #E13D01 Persimmon

📋 copy color: '#E13D01'

red 225 ◦ green 61 ◦ blue 1

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

Shades of Persimmon #E13D01

Tints of Persimmon #E13D01

RGB

 RED value IS 225 (88.28% from 255) = 78.4%

 GREEN value IS 61 (24.22% from 255) = 21.25%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 78.4%
G = 21.25%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E13D01 (or 0xE13D01) is known color: Persimmon. HEX triplet: E1, 3D and 01. RGB value is (225,61,1). Sum of RGB (Red+Green+Blue) = 225+61+1=287 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.40% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13D01 is #1EC2FE. Grayscale: #676767. Windows color (decimal): -2015999 or 81377. OLE color: 81377.

HSL color Cylindrical-coordinate representation of color #E13D01: hue angle of 16.07º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E13D01 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 61 1 -
CMYK 0 0.73 1.00 0.12
HSL 16.07º 0.99% 0.44% -
HSV(B) 16.07º 1% 0.88% -
XYZ 32.73 19.35 2.04 -
YUV 103.2 70.33 214.88 -
System Red Green Blue C M Y K H S L
Decimal 225 61 1 0 0.73 1.00 0.12 16.07 0.99 0.44
Hex E1 3D 1 0 49 64 C 10 63 2C
Octal 341 75 1 0 111 144 14 20 143 54
Binary 11100001 111101 1 0 1001001 1100100 1100 10000 1100011 101100

Color Harmonies of #E13D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13D01

Black with #E13D01

Text Example


Text Example

White with #E13D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13D01; }

 p { color: rgb(225,61,1); }

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

background-color css

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

 a { background-color: rgb(225,61,1); }

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

border-color css

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

 span { border-color: rgb(225,61,1); }

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