Html Css Color HEX #F00026 Torch Red

📋 copy color: '#F00026'

red 240 ◦ green 0 ◦ blue 38

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

Shades of Torch Red #F00026

Tints of Torch Red #F00026

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 38 (15.23% from 255) = 13.67%

R = 86.33%
G = 0%
B = 13.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F00026 (or 0xF00026) is known color: Torch Red. HEX triplet: F0, 00 and 26. RGB value is (240,0,38). Sum of RGB (Red+Green+Blue) = 240+0+38=278 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.33% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 240 - color contains mainly: red. Hex color #F00026 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00026 is #0FFFD9. Grayscale: #4C4C4C. Windows color (decimal): -1048538 or 2490608. OLE color: 2490608.

HSL color Cylindrical-coordinate representation of color #F00026: hue angle of 350.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00026 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 0 38 -
CMYK 0 1 0.84 0.06
HSL 350.5º 1% 0.47% -
HSV(B) 350.5º 1% 0.94% -
XYZ 36.29 18.67 3.52 -
YUV 76.09 106.51 244.91 -
System Red Green Blue C M Y K H S L
Decimal 240 0 38 0 1 0.84 0.06 350.5 1 0.47
Hex F0 0 26 0 64 54 6 15E 64 2F
Octal 360 0 46 0 144 124 6 536 144 57
Binary 11110000 0 100110 0 1100100 1010100 110 101011110 1100100 101111

Color Harmonies of #F00026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00026

Black with #F00026

Text Example


Text Example

White with #F00026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00026; }

 p { color: rgb(240,0,38); }

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

background-color css

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

 a { background-color: rgb(240,0,38); }

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

border-color css

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

 span { border-color: rgb(240,0,38); }

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