Html Css Color HEX #E6450F Persimmon

📋 copy color: '#E6450F'

red 230 ◦ green 69 ◦ blue 15

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

Shades of Persimmon #E6450F

Tints of Persimmon #E6450F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.97%

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

R = 73.25%
G = 21.97%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6450F (or 0xE6450F) is known color: Persimmon. HEX triplet: E6, 45 and 0F. RGB value is (230,69,15). Sum of RGB (Red+Green+Blue) = 230+69+15=314 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.25% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 230 - color contains mainly: red. Hex color #E6450F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6450F is #19BAF0. Grayscale: #6F6F6F. Windows color (decimal): -1686257 or 1000934. OLE color: 1000934.

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

Color convert

RGB 230 69 15 -
CMYK 0 0.7 0.93 0.10
HSL 15.07º 0.88% 0.48% -
HSV(B) 15.07º 0.93% 0.9% -
XYZ 34.85 21.11 2.69 -
YUV 110.98 73.84 212.89 -
System Red Green Blue C M Y K H S L
Decimal 230 69 15 0 0.7 0.93 0.10 15.07 0.88 0.48
Hex E6 45 F 0 46 5D A F 58 30
Octal 346 105 17 0 106 135 12 17 130 60
Binary 11100110 1000101 1111 0 1000110 1011101 1010 1111 1011000 110000

Color Harmonies of #E6450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6450F

Black with #E6450F

Text Example


Text Example

White with #E6450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6450F; }

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

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

background-color css

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

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

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

border-color css

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

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

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