Html Css Color HEX #F3030F Torch Red

📋 copy color: '#F3030F'

red 243 ◦ green 3 ◦ blue 15

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

Shades of Torch Red #F3030F

Tints of Torch Red #F3030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 15 (6.25% from 255) = 5.75%

R = 93.1%
G = 1.15%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F3030F (or 0xF3030F) is known color: Torch Red. HEX triplet: F3, 03 and 0F. RGB value is (243,3,15). Sum of RGB (Red+Green+Blue) = 243+3+15=261 (34% of max value = 765). Red value is 243 (95.31% from 255 or 93.10% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 243 - color contains mainly: red. Hex color #F3030F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3030F is #0CFCF0. Grayscale: #4C4C4C. Windows color (decimal): -851185 or 984051. OLE color: 984051.

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

Color convert

RGB 243 3 15 -
CMYK 0 0.99 0.94 0.05
HSL 357º 0.98% 0.48% -
HSV(B) 357º 0.99% 0.95% -
XYZ 37.08 19.15 2.19 -
YUV 76.13 93.51 247.02 -
System Red Green Blue C M Y K H S L
Decimal 243 3 15 0 0.99 0.94 0.05 357 0.98 0.48
Hex F3 3 F 0 63 5E 5 165 62 30
Octal 363 3 17 0 143 136 5 545 142 60
Binary 11110011 11 1111 0 1100011 1011110 101 101100101 1100010 110000

Color Harmonies of #F3030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3030F

Black with #F3030F

Text Example


Text Example

White with #F3030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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