Html Css Color HEX #E6430F Persimmon

📋 copy color: '#E6430F'

red 230 ◦ green 67 ◦ blue 15

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

Shades of Persimmon #E6430F

Tints of Persimmon #E6430F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.47%

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

R = 73.72%
G = 21.47%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6430F (or 0xE6430F) is known color: Persimmon. HEX triplet: E6, 43 and 0F. RGB value is (230,67,15). Sum of RGB (Red+Green+Blue) = 230+67+15=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E6430F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6430F is #19BCF0. Grayscale: #6E6E6E. Windows color (decimal): -1686769 or 1000422. OLE color: 1000422.

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

Color convert

RGB 230 67 15 -
CMYK 0 0.71 0.93 0.10
HSL 14.51º 0.88% 0.48% -
HSV(B) 14.51º 0.93% 0.9% -
XYZ 34.73 20.87 2.65 -
YUV 109.81 74.5 213.73 -
System Red Green Blue C M Y K H S L
Decimal 230 67 15 0 0.71 0.93 0.10 14.51 0.88 0.48
Hex E6 43 F 0 47 5D A F 58 30
Octal 346 103 17 0 107 135 12 17 130 60
Binary 11100110 1000011 1111 0 1000111 1011101 1010 1111 1011000 110000

Color Harmonies of #E6430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6430F

Black with #E6430F

Text Example


Text Example

White with #E6430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6430F; }

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

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

background-color css

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

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

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

border-color css

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

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

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