Html Css Color HEX #F00617 Torch Red

📋 copy color: '#F00617'

red 240 ◦ green 6 ◦ blue 23

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

Shades of Torch Red #F00617

Tints of Torch Red #F00617

RGB

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

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

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

R = 89.22%
G = 2.23%
B = 8.55%

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

#F00617 (or 0xF00617) is known color: Torch Red. HEX triplet: F0, 06 and 17. RGB value is (240,6,23). Sum of RGB (Red+Green+Blue) = 240+6+23=269 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.22% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 240 - color contains mainly: red. Hex color #F00617 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00617 is #0FF9E8. Grayscale: #4E4E4E. Windows color (decimal): -1047017 or 1509104. OLE color: 1509104.

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

Color convert

RGB 240 6 23 -
CMYK 0 0.98 0.90 0.06
HSL 355.64º 0.95% 0.48% -
HSV(B) 355.64º 0.98% 0.94% -
XYZ 36.15 18.72 2.52 -
YUV 77.9 97.02 243.62 -
System Red Green Blue C M Y K H S L
Decimal 240 6 23 0 0.98 0.90 0.06 355.64 0.95 0.48
Hex F0 6 17 0 62 5A 6 164 5F 30
Octal 360 6 27 0 142 132 6 544 137 60
Binary 11110000 110 10111 0 1100010 1011010 110 101100100 1011111 110000

Color Harmonies of #F00617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00617

Black with #F00617

Text Example


Text Example

White with #F00617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00617; }

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

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

background-color css

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

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

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

border-color css

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

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

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