Html Css Color HEX #F00226 Torch Red

📋 copy color: '#F00226'

red 240 ◦ green 2 ◦ blue 38

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

Shades of Torch Red #F00226

Tints of Torch Red #F00226

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 85.71%
G = 0.71%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F00226 (or 0xF00226) is known color: Torch Red. HEX triplet: F0, 02 and 26. RGB value is (240,2,38). Sum of RGB (Red+Green+Blue) = 240+2+38=280 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.71% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 240 - color contains mainly: red. Hex color #F00226 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00226 is #0FFDD9. Grayscale: #4D4D4D. Windows color (decimal): -1048026 or 2491120. OLE color: 2491120.

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

Color convert

RGB 240 2 38 -
CMYK 0 0.99 0.84 0.06
HSL 350.92º 0.98% 0.47% -
HSV(B) 350.92º 0.99% 0.94% -
XYZ 36.31 18.71 3.53 -
YUV 77.27 105.85 244.07 -
System Red Green Blue C M Y K H S L
Decimal 240 2 38 0 0.99 0.84 0.06 350.92 0.98 0.47
Hex F0 2 26 0 63 54 6 15F 62 2F
Octal 360 2 46 0 143 124 6 537 142 57
Binary 11110000 10 100110 0 1100011 1010100 110 101011111 1100010 101111

Color Harmonies of #F00226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00226

Black with #F00226

Text Example


Text Example

White with #F00226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00226; }

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

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

background-color css

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

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

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

border-color css

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

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

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