Html Css Color HEX #E6440D Persimmon

📋 copy color: '#E6440D'

red 230 ◦ green 68 ◦ blue 13

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

Shades of Persimmon #E6440D

Tints of Persimmon #E6440D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.86%

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

R = 73.95%
G = 21.86%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6440D (or 0xE6440D) is known color: Persimmon. HEX triplet: E6, 44 and 0D. RGB value is (230,68,13). Sum of RGB (Red+Green+Blue) = 230+68+13=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E6440D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6440D is #19BBF2. Grayscale: #6E6E6E. Windows color (decimal): -1686515 or 869606. OLE color: 869606.

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

Color convert

RGB 230 68 13 -
CMYK 0 0.70 0.94 0.10
HSL 15.21º 0.89% 0.48% -
HSV(B) 15.21º 0.94% 0.9% -
XYZ 34.77 20.99 2.6 -
YUV 110.17 73.17 213.47 -
System Red Green Blue C M Y K H S L
Decimal 230 68 13 0 0.70 0.94 0.10 15.21 0.89 0.48
Hex E6 44 D 0 46 5E A F 59 30
Octal 346 104 15 0 106 136 12 17 131 60
Binary 11100110 1000100 1101 0 1000110 1011110 1010 1111 1011001 110000

Color Harmonies of #E6440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6440D

Black with #E6440D

Text Example


Text Example

White with #E6440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6440D; }

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

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

background-color css

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

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

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

border-color css

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

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

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