Html Css Color HEX #E2630D Persimmon

📋 copy color: '#E2630D'

red 226 ◦ green 99 ◦ blue 13

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

Shades of Persimmon #E2630D

Tints of Persimmon #E2630D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

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

R = 66.86%
G = 29.29%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2630D (or 0xE2630D) is known color: Persimmon. HEX triplet: E2, 63 and 0D. RGB value is (226,99,13). Sum of RGB (Red+Green+Blue) = 226+99+13=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E2630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2630D is #1D9CF2. Grayscale: #7F7F7F. Windows color (decimal): -1940723 or 877538. OLE color: 877538.

HSL color Cylindrical-coordinate representation of color #E2630D: hue angle of 24.23º 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 #E2630D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 99 13 -
CMYK 0 0.56 0.94 0.11
HSL 24.23º 0.89% 0.47% -
HSV(B) 24.23º 0.94% 0.89% -
XYZ 35.9 25.12 3.34 -
YUV 127.17 63.58 198.49 -
System Red Green Blue C M Y K H S L
Decimal 226 99 13 0 0.56 0.94 0.11 24.23 0.89 0.47
Hex E2 63 D 0 38 5E B 18 59 2F
Octal 342 143 15 0 70 136 13 30 131 57
Binary 11100010 1100011 1101 0 111000 1011110 1011 11000 1011001 101111

Color Harmonies of #E2630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2630D

Black with #E2630D

Text Example


Text Example

White with #E2630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2630D; }

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

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

background-color css

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

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

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

border-color css

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

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

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