Html Css Color HEX #F10614 Torch Red

📋 copy color: '#F10614'

red 241 ◦ green 6 ◦ blue 20

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

Shades of Torch Red #F10614

Tints of Torch Red #F10614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.49%

R = 90.26%
G = 2.25%
B = 7.49%

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

#F10614 (or 0xF10614) is known color: Torch Red. HEX triplet: F1, 06 and 14. RGB value is (241,6,20). Sum of RGB (Red+Green+Blue) = 241+6+20=267 (35% of max value = 765). Red value is 241 (94.53% from 255 or 90.26% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 241 - color contains mainly: red. Hex color #F10614 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10614 is #0EF9EB. Grayscale: #4E4E4E. Windows color (decimal): -981484 or 1312497. OLE color: 1312497.

HSL color Cylindrical-coordinate representation of color #F10614: hue angle of 356.43º 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 #F10614 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 6 20 -
CMYK 0 0.98 0.92 0.05
HSL 356.43º 0.95% 0.48% -
HSV(B) 356.43º 0.98% 0.95% -
XYZ 36.47 18.88 2.38 -
YUV 77.86 95.36 244.36 -
System Red Green Blue C M Y K H S L
Decimal 241 6 20 0 0.98 0.92 0.05 356.43 0.95 0.48
Hex F1 6 14 0 62 5C 5 164 5F 30
Octal 361 6 24 0 142 134 5 544 137 60
Binary 11110001 110 10100 0 1100010 1011100 101 101100100 1011111 110000

Color Harmonies of #F10614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10614

Black with #F10614

Text Example


Text Example

White with #F10614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10614; }

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

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

background-color css

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

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

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

border-color css

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

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

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