Html Css Color HEX #F30F26 Torch Red

📋 copy color: '#F30F26'

red 243 ◦ green 15 ◦ blue 38

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

Shades of Torch Red #F30F26

Tints of Torch Red #F30F26

RGB

 RED value IS 243 (95.31% from 255) = 82.09%

 GREEN value IS 15 (6.25% from 255) = 5.07%

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

R = 82.09%
G = 5.07%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F30F26 (or 0xF30F26) is known color: Torch Red. HEX triplet: F3, 0F and 26. RGB value is (243,15,38). Sum of RGB (Red+Green+Blue) = 243+15+38=296 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.09% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F26 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30F26 is #0CF0D9. Grayscale: #555555. Windows color (decimal): -848090 or 2494451. OLE color: 2494451.

HSL color Cylindrical-coordinate representation of color #F30F26: hue angle of 353.95º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30F26 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 15 38 -
CMYK 0 0.94 0.84 0.05
HSL 353.95º 0.9% 0.51% -
HSV(B) 353.95º 0.94% 0.95% -
XYZ 37.48 19.54 3.63 -
YUV 85.79 101.04 240.13 -
System Red Green Blue C M Y K H S L
Decimal 243 15 38 0 0.94 0.84 0.05 353.95 0.9 0.51
Hex F3 F 26 0 5E 54 5 162 5A 33
Octal 363 17 46 0 136 124 5 542 132 63
Binary 11110011 1111 100110 0 1011110 1010100 101 101100010 1011010 110011

Color Harmonies of #F30F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30F26

Black with #F30F26

Text Example


Text Example

White with #F30F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30F26; }

 p { color: rgb(243,15,38); }

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

background-color css

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

 a { background-color: rgb(243,15,38); }

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

border-color css

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

 span { border-color: rgb(243,15,38); }

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