Html Css Color HEX #E6610D Persimmon

📋 copy color: '#E6610D'

red 230 ◦ green 97 ◦ blue 13

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

Shades of Persimmon #E6610D

Tints of Persimmon #E6610D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.53%

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

R = 67.65%
G = 28.53%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6610D (or 0xE6610D) is known color: Persimmon. HEX triplet: E6, 61 and 0D. RGB value is (230,97,13). Sum of RGB (Red+Green+Blue) = 230+97+13=340 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.65% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 230 - color contains mainly: red. Hex color #E6610D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6610D is #199EF2. Grayscale: #7F7F7F. Windows color (decimal): -1679091 or 877030. OLE color: 877030.

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

Color convert

RGB 230 97 13 -
CMYK 0 0.58 0.94 0.10
HSL 23.23º 0.89% 0.48% -
HSV(B) 23.23º 0.94% 0.9% -
XYZ 36.98 25.4 3.33 -
YUV 127.19 63.56 201.33 -
System Red Green Blue C M Y K H S L
Decimal 230 97 13 0 0.58 0.94 0.10 23.23 0.89 0.48
Hex E6 61 D 0 3A 5E A 17 59 30
Octal 346 141 15 0 72 136 12 27 131 60
Binary 11100110 1100001 1101 0 111010 1011110 1010 10111 1011001 110000

Color Harmonies of #E6610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6610D

Black with #E6610D

Text Example


Text Example

White with #E6610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6610D; }

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

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

background-color css

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

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

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

border-color css

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

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

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