Html Css Color HEX #F10613 Torch Red

📋 copy color: '#F10613'

red 241 ◦ green 6 ◦ blue 19

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

Shades of Torch Red #F10613

Tints of Torch Red #F10613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

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

R = 90.6%
G = 2.26%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F10613 (or 0xF10613) is known color: Torch Red. HEX triplet: F1, 06 and 13. RGB value is (241,6,19). Sum of RGB (Red+Green+Blue) = 241+6+19=266 (35% of max value = 765). Red value is 241 (94.53% from 255 or 90.60% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 241 - color contains mainly: red. Hex color #F10613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10613 is #0EF9EC. Grayscale: #4D4D4D. Windows color (decimal): -981485 or 1246961. OLE color: 1246961.

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

Color convert

RGB 241 6 19 -
CMYK 0 0.98 0.92 0.05
HSL 356.68º 0.95% 0.48% -
HSV(B) 356.68º 0.98% 0.95% -
XYZ 36.46 18.88 2.34 -
YUV 77.75 94.86 244.44 -
System Red Green Blue C M Y K H S L
Decimal 241 6 19 0 0.98 0.92 0.05 356.68 0.95 0.48
Hex F1 6 13 0 62 5C 5 165 5F 30
Octal 361 6 23 0 142 134 5 545 137 60
Binary 11110001 110 10011 0 1100010 1011100 101 101100101 1011111 110000

Color Harmonies of #F10613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10613

Black with #F10613

Text Example


Text Example

White with #F10613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10613; }

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

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

background-color css

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

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

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

border-color css

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

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

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