Html Css Color HEX #E03F02 Persimmon

📋 copy color: '#E03F02'

red 224 ◦ green 63 ◦ blue 2

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

Shades of Persimmon #E03F02

Tints of Persimmon #E03F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 77.51%
G = 21.8%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E03F02 (or 0xE03F02) is known color: Persimmon. HEX triplet: E0, 3F and 02. RGB value is (224,63,2). Sum of RGB (Red+Green+Blue) = 224+63+2=289 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.51% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03F02 is #1FC0FD. Grayscale: #686868. Windows color (decimal): -2081022 or 147424. OLE color: 147424.

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

Color convert

RGB 224 63 2 -
CMYK 0 0.72 0.99 0.12
HSL 16.49º 0.98% 0.44% -
HSV(B) 16.49º 0.99% 0.88% -
XYZ 32.53 19.41 2.09 -
YUV 104.19 70.34 213.46 -
System Red Green Blue C M Y K H S L
Decimal 224 63 2 0 0.72 0.99 0.12 16.49 0.98 0.44
Hex E0 3F 2 0 48 63 C 10 62 2C
Octal 340 77 2 0 110 143 14 20 142 54
Binary 11100000 111111 10 0 1001000 1100011 1100 10000 1100010 101100

Color Harmonies of #E03F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03F02

Black with #E03F02

Text Example


Text Example

White with #E03F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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