Html Css Color HEX #F3032F Torch Red

📋 copy color: '#F3032F'

red 243 ◦ green 3 ◦ blue 47

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

Shades of Torch Red #F3032F

Tints of Torch Red #F3032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 82.94%
G = 1.02%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3032F (or 0xF3032F) is known color: Torch Red. HEX triplet: F3, 03 and 2F. RGB value is (243,3,47). Sum of RGB (Red+Green+Blue) = 243+3+47=293 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.94% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 243 - color contains mainly: red. Hex color #F3032F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3032F is #0CFCD0. Grayscale: #4F4F4F. Windows color (decimal): -851153 or 3081203. OLE color: 3081203.

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

Color convert

RGB 243 3 47 -
CMYK 0 0.99 0.81 0.05
HSL 349º 0.98% 0.48% -
HSV(B) 349º 0.99% 0.95% -
XYZ 37.51 19.33 4.44 -
YUV 79.78 109.51 244.42 -
System Red Green Blue C M Y K H S L
Decimal 243 3 47 0 0.99 0.81 0.05 349 0.98 0.48
Hex F3 3 2F 0 63 51 5 15D 62 30
Octal 363 3 57 0 143 121 5 535 142 60
Binary 11110011 11 101111 0 1100011 1010001 101 101011101 1100010 110000

Color Harmonies of #F3032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3032F

Black with #F3032F

Text Example


Text Example

White with #F3032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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