Html Css Color HEX #F30F18 Torch Red

📋 copy color: '#F30F18'

red 243 ◦ green 15 ◦ blue 24

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

Shades of Torch Red #F30F18

Tints of Torch Red #F30F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.51%

R = 86.17%
G = 5.32%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F30F18 (or 0xF30F18) is known color: Torch Red. HEX triplet: F3, 0F and 18. RGB value is (243,15,24). Sum of RGB (Red+Green+Blue) = 243+15+24=282 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.17% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30F18 is #0CF0E7. Grayscale: #545454. Windows color (decimal): -848104 or 1576947. OLE color: 1576947.

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

Color convert

RGB 243 15 24 -
CMYK 0 0.94 0.90 0.05
HSL 357.63º 0.9% 0.51% -
HSV(B) 357.63º 0.94% 0.95% -
XYZ 37.3 19.46 2.65 -
YUV 84.2 94.04 241.27 -
System Red Green Blue C M Y K H S L
Decimal 243 15 24 0 0.94 0.90 0.05 357.63 0.9 0.51
Hex F3 F 18 0 5E 5A 5 166 5A 33
Octal 363 17 30 0 136 132 5 546 132 63
Binary 11110011 1111 11000 0 1011110 1011010 101 101100110 1011010 110011

Color Harmonies of #F30F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30F18

Black with #F30F18

Text Example


Text Example

White with #F30F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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