Html Css Color HEX #E14404 Persimmon

📋 copy color: '#E14404'

red 225 ◦ green 68 ◦ blue 4

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

Shades of Persimmon #E14404

Tints of Persimmon #E14404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.9%

 BLUE value IS 4 (1.95% from 255) = 1.35%

R = 75.76%
G = 22.9%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E14404 (or 0xE14404) is known color: Persimmon. HEX triplet: E1, 44 and 04. RGB value is (225,68,4). Sum of RGB (Red+Green+Blue) = 225+68+4=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E14404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14404 is #1EBBFB. Grayscale: #6C6C6C. Windows color (decimal): -2014204 or 279777. OLE color: 279777.

HSL color Cylindrical-coordinate representation of color #E14404: hue angle of 17.38º degrees, saturation: 0.97, 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 #E14404 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 68 4 -
CMYK 0 0.70 0.98 0.12
HSL 17.38º 0.97% 0.45% -
HSV(B) 17.38º 0.98% 0.88% -
XYZ 33.14 20.15 2.26 -
YUV 107.65 69.51 211.7 -
System Red Green Blue C M Y K H S L
Decimal 225 68 4 0 0.70 0.98 0.12 17.38 0.97 0.45
Hex E1 44 4 0 46 62 C 11 61 2D
Octal 341 104 4 0 106 142 14 21 141 55
Binary 11100001 1000100 100 0 1000110 1100010 1100 10001 1100001 101101

Color Harmonies of #E14404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14404

Black with #E14404

Text Example


Text Example

White with #E14404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14404; }

 p { color: rgb(225,68,4); }

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

background-color css

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

 a { background-color: rgb(225,68,4); }

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

border-color css

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

 span { border-color: rgb(225,68,4); }

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