Html Css Color HEX #E03F05 Persimmon

📋 copy color: '#E03F05'

red 224 ◦ green 63 ◦ blue 5

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

Shades of Persimmon #E03F05

Tints of Persimmon #E03F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.71%

R = 76.71%
G = 21.58%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E03F05 (or 0xE03F05) is known color: Persimmon. HEX triplet: E0, 3F and 05. RGB value is (224,63,5). Sum of RGB (Red+Green+Blue) = 224+63+5=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03F05 is #1FC0FA. Grayscale: #686868. Windows color (decimal): -2081019 or 344032. OLE color: 344032.

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

Color convert

RGB 224 63 5 -
CMYK 0 0.72 0.98 0.12
HSL 15.89º 0.96% 0.45% -
HSV(B) 15.89º 0.98% 0.88% -
XYZ 32.55 19.41 2.18 -
YUV 104.53 71.84 213.22 -
System Red Green Blue C M Y K H S L
Decimal 224 63 5 0 0.72 0.98 0.12 15.89 0.96 0.45
Hex E0 3F 5 0 48 62 C 10 60 2D
Octal 340 77 5 0 110 142 14 20 140 55
Binary 11100000 111111 101 0 1001000 1100010 1100 10000 1100000 101101

Color Harmonies of #E03F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03F05

Black with #E03F05

Text Example


Text Example

White with #E03F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03F05; }

 p { color: rgb(224,63,5); }

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

background-color css

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

 a { background-color: rgb(224,63,5); }

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

border-color css

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

 span { border-color: rgb(224,63,5); }

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