Html Css Color HEX #F00619 Torch Red

📋 copy color: '#F00619'

red 240 ◦ green 6 ◦ blue 25

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

Shades of Torch Red #F00619

Tints of Torch Red #F00619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.23%

R = 88.56%
G = 2.21%
B = 9.23%

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

#F00619 (or 0xF00619) is known color: Torch Red. HEX triplet: F0, 06 and 19. RGB value is (240,6,25). Sum of RGB (Red+Green+Blue) = 240+6+25=271 (35% of max value = 765). Red value is 240 (94.14% from 255 or 88.56% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 240 - color contains mainly: red. Hex color #F00619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00619 is #0FF9E6. Grayscale: #4E4E4E. Windows color (decimal): -1047015 or 1640176. OLE color: 1640176.

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

Color convert

RGB 240 6 25 -
CMYK 0 0.98 0.90 0.06
HSL 355.13º 0.95% 0.48% -
HSV(B) 355.13º 0.98% 0.94% -
XYZ 36.18 18.73 2.63 -
YUV 78.13 98.02 243.46 -
System Red Green Blue C M Y K H S L
Decimal 240 6 25 0 0.98 0.90 0.06 355.13 0.95 0.48
Hex F0 6 19 0 62 5A 6 163 5F 30
Octal 360 6 31 0 142 132 6 543 137 60
Binary 11110000 110 11001 0 1100010 1011010 110 101100011 1011111 110000

Color Harmonies of #F00619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00619

Black with #F00619

Text Example


Text Example

White with #F00619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00619; }

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

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

background-color css

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

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

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

border-color css

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

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

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