Html Css Color HEX #E6450C Persimmon

📋 copy color: '#E6450C'

red 230 ◦ green 69 ◦ blue 12

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

Shades of Persimmon #E6450C

Tints of Persimmon #E6450C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.86%

R = 73.95%
G = 22.19%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6450C (or 0xE6450C) is known color: Persimmon. HEX triplet: E6, 45 and 0C. RGB value is (230,69,12). Sum of RGB (Red+Green+Blue) = 230+69+12=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E6450C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6450C is #19BAF3. Grayscale: #6F6F6F. Windows color (decimal): -1686260 or 804326. OLE color: 804326.

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

Color convert

RGB 230 69 12 -
CMYK 0 0.7 0.95 0.10
HSL 15.69º 0.9% 0.47% -
HSV(B) 15.69º 0.95% 0.9% -
XYZ 34.83 21.11 2.59 -
YUV 110.64 72.34 213.13 -
System Red Green Blue C M Y K H S L
Decimal 230 69 12 0 0.7 0.95 0.10 15.69 0.9 0.47
Hex E6 45 C 0 46 5F A 10 5A 2F
Octal 346 105 14 0 106 137 12 20 132 57
Binary 11100110 1000101 1100 0 1000110 1011111 1010 10000 1011010 101111

Color Harmonies of #E6450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6450C

Black with #E6450C

Text Example


Text Example

White with #E6450C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6450C; }

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

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

background-color css

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

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

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

border-color css

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

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

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