Html Css Color HEX #F15213 Persimmon

📋 copy color: '#F15213'

red 241 ◦ green 82 ◦ blue 19

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

Shades of Persimmon #F15213

Tints of Persimmon #F15213

RGB

 RED value IS 241 (94.53% from 255) = 70.47%

 GREEN value IS 82 (32.42% from 255) = 23.98%

 BLUE value IS 19 (7.81% from 255) = 5.56%

R = 70.47%
G = 23.98%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F15213 (or 0xF15213) is known color: Persimmon. HEX triplet: F1, 52 and 13. RGB value is (241,82,19). Sum of RGB (Red+Green+Blue) = 241+82+19=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F15213 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15213 is #0EADEC. Grayscale: #7A7A7A. Windows color (decimal): -962029 or 1266417. OLE color: 1266417.

HSL color Cylindrical-coordinate representation of color #F15213: hue angle of 17.03º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F15213 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 82 19 -
CMYK 0 0.66 0.92 0.05
HSL 17.03º 0.89% 0.51% -
HSV(B) 17.03º 0.92% 0.95% -
XYZ 39.41 24.78 3.32 -
YUV 122.36 69.68 212.62 -
System Red Green Blue C M Y K H S L
Decimal 241 82 19 0 0.66 0.92 0.05 17.03 0.89 0.51
Hex F1 52 13 0 42 5C 5 11 59 33
Octal 361 122 23 0 102 134 5 21 131 63
Binary 11110001 1010010 10011 0 1000010 1011100 101 10001 1011001 110011

Color Harmonies of #F15213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15213

Black with #F15213

Text Example


Text Example

White with #F15213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15213; }

 p { color: rgb(241,82,19); }

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

background-color css

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

 a { background-color: rgb(241,82,19); }

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

border-color css

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

 span { border-color: rgb(241,82,19); }

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