Html Css Color HEX #E13D03 Persimmon

📋 copy color: '#E13D03'

red 225 ◦ green 61 ◦ blue 3

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

Shades of Persimmon #E13D03

Tints of Persimmon #E13D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.04%

R = 77.85%
G = 21.11%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E13D03 (or 0xE13D03) is known color: Persimmon. HEX triplet: E1, 3D and 03. RGB value is (225,61,3). Sum of RGB (Red+Green+Blue) = 225+61+3=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13D03 is #1EC2FC. Grayscale: #676767. Windows color (decimal): -2015997 or 212449. OLE color: 212449.

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

Color convert

RGB 225 61 3 -
CMYK 0 0.73 0.99 0.12
HSL 15.68º 0.97% 0.45% -
HSV(B) 15.68º 0.99% 0.88% -
XYZ 32.74 19.35 2.1 -
YUV 103.42 71.33 214.72 -
System Red Green Blue C M Y K H S L
Decimal 225 61 3 0 0.73 0.99 0.12 15.68 0.97 0.45
Hex E1 3D 3 0 49 63 C 10 61 2D
Octal 341 75 3 0 111 143 14 20 141 55
Binary 11100001 111101 11 0 1001001 1100011 1100 10000 1100001 101101

Color Harmonies of #E13D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13D03

Black with #E13D03

Text Example


Text Example

White with #E13D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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