Html Css Color HEX #F10317 Torch Red

📋 copy color: '#F10317'

red 241 ◦ green 3 ◦ blue 23

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

Shades of Torch Red #F10317

Tints of Torch Red #F10317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 23 (9.38% from 255) = 8.61%

R = 90.26%
G = 1.12%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F10317 (or 0xF10317) is known color: Torch Red. HEX triplet: F1, 03 and 17. RGB value is (241,3,23). Sum of RGB (Red+Green+Blue) = 241+3+23=267 (35% of max value = 765). Red value is 241 (94.53% from 255 or 90.26% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 241 - color contains mainly: red. Hex color #F10317 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10317 is #0EFCE8. Grayscale: #4C4C4C. Windows color (decimal): -982249 or 1508337. OLE color: 1508337.

HSL color Cylindrical-coordinate representation of color #F10317: hue angle of 354.96º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10317 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 3 23 -
CMYK 0 0.99 0.90 0.05
HSL 354.96º 0.98% 0.48% -
HSV(B) 354.96º 0.99% 0.95% -
XYZ 36.46 18.83 2.52 -
YUV 76.44 97.85 245.37 -
System Red Green Blue C M Y K H S L
Decimal 241 3 23 0 0.99 0.90 0.05 354.96 0.98 0.48
Hex F1 3 17 0 63 5A 5 163 62 30
Octal 361 3 27 0 143 132 5 543 142 60
Binary 11110001 11 10111 0 1100011 1011010 101 101100011 1100010 110000

Color Harmonies of #F10317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10317

Black with #F10317

Text Example


Text Example

White with #F10317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10317; }

 p { color: rgb(241,3,23); }

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

background-color css

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

 a { background-color: rgb(241,3,23); }

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

border-color css

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

 span { border-color: rgb(241,3,23); }

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