Html Css Color HEX #E6450A Persimmon

📋 copy color: '#E6450A'

red 230 ◦ green 69 ◦ blue 10

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

Shades of Persimmon #E6450A

Tints of Persimmon #E6450A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.24%

R = 74.43%
G = 22.33%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E6450A (or 0xE6450A) is known color: Persimmon. HEX triplet: E6, 45 and 0A. RGB value is (230,69,10). Sum of RGB (Red+Green+Blue) = 230+69+10=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E6450A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6450A is #19BAF5. Grayscale: #6E6E6E. Windows color (decimal): -1686262 or 673254. OLE color: 673254.

HSL color Cylindrical-coordinate representation of color #E6450A: hue angle of 16.09º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6450A is Cyan = 0, Magento = 0.7, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 69 10 -
CMYK 0 0.7 0.96 0.10
HSL 16.09º 0.92% 0.47% -
HSV(B) 16.09º 0.96% 0.9% -
XYZ 34.82 21.1 2.53 -
YUV 110.41 71.34 213.3 -
System Red Green Blue C M Y K H S L
Decimal 230 69 10 0 0.7 0.96 0.10 16.09 0.92 0.47
Hex E6 45 A 0 46 60 A 10 5C 2F
Octal 346 105 12 0 106 140 12 20 134 57
Binary 11100110 1000101 1010 0 1000110 1100000 1010 10000 1011100 101111

Color Harmonies of #E6450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6450A

Black with #E6450A

Text Example


Text Example

White with #E6450A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6450A; }

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

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

background-color css

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

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

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

border-color css

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

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

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