Html Css Color HEX #E64D0D Persimmon

📋 copy color: '#E64D0D'

red 230 ◦ green 77 ◦ blue 13

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

Shades of Persimmon #E64D0D

Tints of Persimmon #E64D0D

RGB

 RED value IS 230 (90.23% from 255) = 71.88%

 GREEN value IS 77 (30.47% from 255) = 24.06%

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

R = 71.88%
G = 24.06%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E64D0D (or 0xE64D0D) is known color: Persimmon. HEX triplet: E6, 4D and 0D. RGB value is (230,77,13). Sum of RGB (Red+Green+Blue) = 230+77+13=320 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.88% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E64D0D is #19B2F2. Grayscale: #737373. Windows color (decimal): -1684211 or 871910. OLE color: 871910.

HSL color Cylindrical-coordinate representation of color #E64D0D: hue angle of 17.7º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E64D0D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 77 13 -
CMYK 0 0.67 0.94 0.10
HSL 17.7º 0.89% 0.48% -
HSV(B) 17.7º 0.94% 0.9% -
XYZ 35.36 22.16 2.79 -
YUV 115.45 70.19 209.7 -
System Red Green Blue C M Y K H S L
Decimal 230 77 13 0 0.67 0.94 0.10 17.7 0.89 0.48
Hex E6 4D D 0 43 5E A 12 59 30
Octal 346 115 15 0 103 136 12 22 131 60
Binary 11100110 1001101 1101 0 1000011 1011110 1010 10010 1011001 110000

Color Harmonies of #E64D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64D0D

Black with #E64D0D

Text Example


Text Example

White with #E64D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64D0D; }

 p { color: rgb(230,77,13); }

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

background-color css

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

 a { background-color: rgb(230,77,13); }

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

border-color css

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

 span { border-color: rgb(230,77,13); }

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