Html Css Color HEX #E1430C Persimmon

📋 copy color: '#E1430C'

red 225 ◦ green 67 ◦ blue 12

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

Shades of Persimmon #E1430C

Tints of Persimmon #E1430C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.04%

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

R = 74.01%
G = 22.04%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1430C (or 0xE1430C) is known color: Persimmon. HEX triplet: E1, 43 and 0C. RGB value is (225,67,12). Sum of RGB (Red+Green+Blue) = 225+67+12=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E1430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1430C is #1EBCF3. Grayscale: #6C6C6C. Windows color (decimal): -2014452 or 803809. OLE color: 803809.

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

Color convert

RGB 225 67 12 -
CMYK 0 0.70 0.95 0.12
HSL 15.49º 0.9% 0.46% -
HSV(B) 15.49º 0.95% 0.88% -
XYZ 33.12 20.05 2.47 -
YUV 107.97 73.85 211.47 -
System Red Green Blue C M Y K H S L
Decimal 225 67 12 0 0.70 0.95 0.12 15.49 0.9 0.46
Hex E1 43 C 0 46 5F C F 5A 2E
Octal 341 103 14 0 106 137 14 17 132 56
Binary 11100001 1000011 1100 0 1000110 1011111 1100 1111 1011010 101110

Color Harmonies of #E1430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1430C

Black with #E1430C

Text Example


Text Example

White with #E1430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1430C; }

 p { color: rgb(225,67,12); }

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

background-color css

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

 a { background-color: rgb(225,67,12); }

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

border-color css

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

 span { border-color: rgb(225,67,12); }

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