Html Css Color HEX #E13F06 Persimmon

📋 copy color: '#E13F06'

red 225 ◦ green 63 ◦ blue 6

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

Shades of Persimmon #E13F06

Tints of Persimmon #E13F06

RGB

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

 GREEN value IS 63 (25% from 255) = 21.43%

 BLUE value IS 6 (2.73% from 255) = 2.04%

R = 76.53%
G = 21.43%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E13F06 (or 0xE13F06) is known color: Persimmon. HEX triplet: E1, 3F and 06. RGB value is (225,63,6). Sum of RGB (Red+Green+Blue) = 225+63+6=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13F06 is #1EC0F9. Grayscale: #696969. Windows color (decimal): -2015482 or 409569. OLE color: 409569.

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

Color convert

RGB 225 63 6 -
CMYK 0 0.72 0.97 0.12
HSL 15.62º 0.95% 0.45% -
HSV(B) 15.62º 0.97% 0.88% -
XYZ 32.86 19.58 2.22 -
YUV 104.94 72.17 213.63 -
System Red Green Blue C M Y K H S L
Decimal 225 63 6 0 0.72 0.97 0.12 15.62 0.95 0.45
Hex E1 3F 6 0 48 61 C 10 5F 2D
Octal 341 77 6 0 110 141 14 20 137 55
Binary 11100001 111111 110 0 1001000 1100001 1100 10000 1011111 101101

Color Harmonies of #E13F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13F06

Black with #E13F06

Text Example


Text Example

White with #E13F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13F06; }

 p { color: rgb(225,63,6); }

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

background-color css

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

 a { background-color: rgb(225,63,6); }

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

border-color css

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

 span { border-color: rgb(225,63,6); }

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