Html Css Color HEX #F00417 Torch Red

📋 copy color: '#F00417'

red 240 ◦ green 4 ◦ blue 23

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

Shades of Torch Red #F00417

Tints of Torch Red #F00417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 89.89%
G = 1.5%
B = 8.61%

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

#F00417 (or 0xF00417) is known color: Torch Red. HEX triplet: F0, 04 and 17. RGB value is (240,4,23). Sum of RGB (Red+Green+Blue) = 240+4+23=267 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.89% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 240 - color contains mainly: red. Hex color #F00417 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00417 is #0FFBE8. Grayscale: #4C4C4C. Windows color (decimal): -1047529 or 1508592. OLE color: 1508592.

HSL color Cylindrical-coordinate representation of color #F00417: hue angle of 355.17º degrees, saturation: 0.97, 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 #F00417 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 4 23 -
CMYK 0 0.98 0.90 0.06
HSL 355.17º 0.97% 0.48% -
HSV(B) 355.17º 0.98% 0.94% -
XYZ 36.13 18.67 2.51 -
YUV 76.73 97.69 244.46 -
System Red Green Blue C M Y K H S L
Decimal 240 4 23 0 0.98 0.90 0.06 355.17 0.97 0.48
Hex F0 4 17 0 62 5A 6 163 61 30
Octal 360 4 27 0 142 132 6 543 141 60
Binary 11110000 100 10111 0 1100010 1011010 110 101100011 1100001 110000

Color Harmonies of #F00417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00417

Black with #F00417

Text Example


Text Example

White with #F00417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00417; }

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

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

background-color css

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

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

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

border-color css

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

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

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