Html Css Color HEX #F3000E Torch Red

📋 copy color: '#F3000E'

red 243 ◦ green 0 ◦ blue 14

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

Shades of Torch Red #F3000E

Tints of Torch Red #F3000E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.45%

R = 94.55%
G = 0%
B = 5.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F3000E (or 0xF3000E) is known color: Torch Red. HEX triplet: F3, 00 and 0E. RGB value is (243,0,14). Sum of RGB (Red+Green+Blue) = 243+0+14=257 (34% of max value = 765). Red value is 243 (95.31% from 255 or 94.55% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 243 - color contains mainly: red. Hex color #F3000E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3000E is #0CFFF1. Grayscale: #4A4A4A. Windows color (decimal): -851954 or 917747. OLE color: 917747.

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

Color convert

RGB 243 0 14 -
CMYK 0 1 0.94 0.05
HSL 356.54º 1% 0.48% -
HSV(B) 356.54º 1% 0.95% -
XYZ 37.04 19.09 2.15 -
YUV 74.25 94.01 248.36 -
System Red Green Blue C M Y K H S L
Decimal 243 0 14 0 1 0.94 0.05 356.54 1 0.48
Hex F3 0 E 0 64 5E 5 165 64 30
Octal 363 0 16 0 144 136 5 545 144 60
Binary 11110011 0 1110 0 1100100 1011110 101 101100101 1100100 110000

Color Harmonies of #F3000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3000E

Black with #F3000E

Text Example


Text Example

White with #F3000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3000E; }

 p { color: rgb(243,0,14); }

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

background-color css

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

 a { background-color: rgb(243,0,14); }

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

border-color css

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

 span { border-color: rgb(243,0,14); }

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