Html Css Color HEX #E6630F Persimmon

📋 copy color: '#E6630F'

red 230 ◦ green 99 ◦ blue 15

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

Shades of Persimmon #E6630F

Tints of Persimmon #E6630F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.36%

R = 66.86%
G = 28.78%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6630F (or 0xE6630F) is known color: Persimmon. HEX triplet: E6, 63 and 0F. RGB value is (230,99,15). Sum of RGB (Red+Green+Blue) = 230+99+15=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E6630F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6630F is #199CF0. Grayscale: #818181. Windows color (decimal): -1678577 or 1008614. OLE color: 1008614.

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

Color convert

RGB 230 99 15 -
CMYK 0 0.57 0.93 0.10
HSL 23.44º 0.88% 0.48% -
HSV(B) 23.44º 0.93% 0.9% -
XYZ 37.18 25.78 3.47 -
YUV 128.59 63.9 200.33 -
System Red Green Blue C M Y K H S L
Decimal 230 99 15 0 0.57 0.93 0.10 23.44 0.88 0.48
Hex E6 63 F 0 39 5D A 17 58 30
Octal 346 143 17 0 71 135 12 27 130 60
Binary 11100110 1100011 1111 0 111001 1011101 1010 10111 1011000 110000

Color Harmonies of #E6630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6630F

Black with #E6630F

Text Example


Text Example

White with #E6630F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6630F; }

 p { color: rgb(230,99,15); }

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

background-color css

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

 a { background-color: rgb(230,99,15); }

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

border-color css

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

 span { border-color: rgb(230,99,15); }

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