Html Css Color HEX #F3011D Torch Red

📋 copy color: '#F3011D'

red 243 ◦ green 1 ◦ blue 29

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

Shades of Torch Red #F3011D

Tints of Torch Red #F3011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 29 (11.72% from 255) = 10.62%

R = 89.01%
G = 0.37%
B = 10.62%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F3011D (or 0xF3011D) is known color: Torch Red. HEX triplet: F3, 01 and 1D. RGB value is (243,1,29). Sum of RGB (Red+Green+Blue) = 243+1+29=273 (36% of max value = 765). Red value is 243 (95.31% from 255 or 89.01% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 243 - color contains mainly: red. Hex color #F3011D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3011D is #0CFEE2. Grayscale: #4C4C4C. Windows color (decimal): -851683 or 1901043. OLE color: 1901043.

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

Color convert

RGB 243 1 29 -
CMYK 0 1.00 0.88 0.05
HSL 353.06º 0.99% 0.48% -
HSV(B) 353.06º 1% 0.95% -
XYZ 37.19 19.17 2.9 -
YUV 76.55 101.17 246.72 -
System Red Green Blue C M Y K H S L
Decimal 243 1 29 0 1.00 0.88 0.05 353.06 0.99 0.48
Hex F3 1 1D 0 64 58 5 161 63 30
Octal 363 1 35 0 144 130 5 541 143 60
Binary 11110011 1 11101 0 1100100 1011000 101 101100001 1100011 110000

Color Harmonies of #F3011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3011D

Black with #F3011D

Text Example


Text Example

White with #F3011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3011D; }

 p { color: rgb(243,1,29); }

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

background-color css

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

 a { background-color: rgb(243,1,29); }

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

border-color css

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

 span { border-color: rgb(243,1,29); }

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