Html Css Color HEX #F00517 Torch Red

📋 copy color: '#F00517'

red 240 ◦ green 5 ◦ blue 23

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

Shades of Torch Red #F00517

Tints of Torch Red #F00517

RGB

 RED value IS 240 (94.14% from 255) = 89.55%

 GREEN value IS 5 (2.34% from 255) = 1.87%

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

R = 89.55%
G = 1.87%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F00517 (or 0xF00517) is known color: Torch Red. HEX triplet: F0, 05 and 17. RGB value is (240,5,23). Sum of RGB (Red+Green+Blue) = 240+5+23=268 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.55% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 240 - color contains mainly: red. Hex color #F00517 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00517 is #0FFAE8. Grayscale: #4D4D4D. Windows color (decimal): -1047273 or 1508848. OLE color: 1508848.

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

Color convert

RGB 240 5 23 -
CMYK 0 0.98 0.90 0.06
HSL 355.4º 0.96% 0.48% -
HSV(B) 355.4º 0.98% 0.94% -
XYZ 36.14 18.7 2.51 -
YUV 77.32 97.36 244.04 -
System Red Green Blue C M Y K H S L
Decimal 240 5 23 0 0.98 0.90 0.06 355.4 0.96 0.48
Hex F0 5 17 0 62 5A 6 163 60 30
Octal 360 5 27 0 142 132 6 543 140 60
Binary 11110000 101 10111 0 1100010 1011010 110 101100011 1100000 110000

Color Harmonies of #F00517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00517

Black with #F00517

Text Example


Text Example

White with #F00517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00517; }

 p { color: rgb(240,5,23); }

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

background-color css

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

 a { background-color: rgb(240,5,23); }

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

border-color css

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

 span { border-color: rgb(240,5,23); }

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