Html Css Color HEX #E2430A Persimmon

📋 copy color: '#E2430A'

red 226 ◦ green 67 ◦ blue 10

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

Shades of Persimmon #E2430A

Tints of Persimmon #E2430A

RGB

 RED value IS 226 (88.67% from 255) = 74.59%

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

 BLUE value IS 10 (4.3% from 255) = 3.3%

R = 74.59%
G = 22.11%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E2430A (or 0xE2430A) is known color: Persimmon. HEX triplet: E2, 43 and 0A. RGB value is (226,67,10). Sum of RGB (Red+Green+Blue) = 226+67+10=303 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.59% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 226 - color contains mainly: red. Hex color #E2430A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2430A is #1DBCF5. Grayscale: #6C6C6C. Windows color (decimal): -1948918 or 672738. OLE color: 672738.

HSL color Cylindrical-coordinate representation of color #E2430A: hue angle of 15.83º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2430A is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 67 10 -
CMYK 0 0.70 0.96 0.11
HSL 15.83º 0.92% 0.46% -
HSV(B) 15.83º 0.96% 0.89% -
XYZ 33.43 20.2 2.43 -
YUV 108.04 72.68 212.13 -
System Red Green Blue C M Y K H S L
Decimal 226 67 10 0 0.70 0.96 0.11 15.83 0.92 0.46
Hex E2 43 A 0 46 60 B 10 5C 2E
Octal 342 103 12 0 106 140 13 20 134 56
Binary 11100010 1000011 1010 0 1000110 1100000 1011 10000 1011100 101110

Color Harmonies of #E2430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2430A

Black with #E2430A

Text Example


Text Example

White with #E2430A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2430A; }

 p { color: rgb(226,67,10); }

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

background-color css

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

 a { background-color: rgb(226,67,10); }

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

border-color css

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

 span { border-color: rgb(226,67,10); }

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