Html Css Color HEX #E2430D Persimmon

📋 copy color: '#E2430D'

red 226 ◦ green 67 ◦ blue 13

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

Shades of Persimmon #E2430D

Tints of Persimmon #E2430D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.25%

R = 73.86%
G = 21.9%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2430D (or 0xE2430D) is known color: Persimmon. HEX triplet: E2, 43 and 0D. RGB value is (226,67,13). Sum of RGB (Red+Green+Blue) = 226+67+13=306 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.86% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 226 - color contains mainly: red. Hex color #E2430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2430D is #1DBCF2. Grayscale: #6C6C6C. Windows color (decimal): -1948915 or 869346. OLE color: 869346.

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

Color convert

RGB 226 67 13 -
CMYK 0 0.70 0.94 0.11
HSL 15.21º 0.89% 0.47% -
HSV(B) 15.21º 0.94% 0.89% -
XYZ 33.44 20.21 2.52 -
YUV 108.39 74.18 211.89 -
System Red Green Blue C M Y K H S L
Decimal 226 67 13 0 0.70 0.94 0.11 15.21 0.89 0.47
Hex E2 43 D 0 46 5E B F 59 2F
Octal 342 103 15 0 106 136 13 17 131 57
Binary 11100010 1000011 1101 0 1000110 1011110 1011 1111 1011001 101111

Color Harmonies of #E2430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2430D

Black with #E2430D

Text Example


Text Example

White with #E2430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2430D; }

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

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

background-color css

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

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

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

border-color css

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

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

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