Html Css Color HEX #E4420C Persimmon

📋 copy color: '#E4420C'

red 228 ◦ green 66 ◦ blue 12

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

Shades of Persimmon #E4420C

Tints of Persimmon #E4420C

RGB

 RED value IS 228 (89.45% from 255) = 74.51%

 GREEN value IS 66 (26.17% from 255) = 21.57%

 BLUE value IS 12 (5.08% from 255) = 3.92%

R = 74.51%
G = 21.57%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E4420C (or 0xE4420C) is known color: Persimmon. HEX triplet: E4, 42 and 0C. RGB value is (228,66,12). Sum of RGB (Red+Green+Blue) = 228+66+12=306 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.51% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 228 - color contains mainly: red. Hex color #E4420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4420C is #1BBDF3. Grayscale: #6C6C6C. Windows color (decimal): -1818100 or 803556. OLE color: 803556.

HSL color Cylindrical-coordinate representation of color #E4420C: hue angle of 15º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4420C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 66 12 -
CMYK 0 0.71 0.95 0.11
HSL 15º 0.9% 0.47% -
HSV(B) 15º 0.95% 0.89% -
XYZ 34.01 20.42 2.5 -
YUV 108.28 73.67 213.39 -
System Red Green Blue C M Y K H S L
Decimal 228 66 12 0 0.71 0.95 0.11 15 0.9 0.47
Hex E4 42 C 0 47 5F B F 5A 2F
Octal 344 102 14 0 107 137 13 17 132 57
Binary 11100100 1000010 1100 0 1000111 1011111 1011 1111 1011010 101111

Color Harmonies of #E4420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4420C

Black with #E4420C

Text Example


Text Example

White with #E4420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4420C; }

 p { color: rgb(228,66,12); }

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

background-color css

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

 a { background-color: rgb(228,66,12); }

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

border-color css

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

 span { border-color: rgb(228,66,12); }

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