Html Css Color HEX #F3033B Torch Red

📋 copy color: '#F3033B'

red 243 ◦ green 3 ◦ blue 59

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

Shades of Torch Red #F3033B

Tints of Torch Red #F3033B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.34%

R = 79.67%
G = 0.98%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F3033B (or 0xF3033B) is known color: Torch Red. HEX triplet: F3, 03 and 3B. RGB value is (243,3,59). Sum of RGB (Red+Green+Blue) = 243+3+59=305 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.67% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 243 - color contains mainly: red. Hex color #F3033B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3033B is #0CFCC4. Grayscale: #515151. Windows color (decimal): -851141 or 3867635. OLE color: 3867635.

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

Color convert

RGB 243 3 59 -
CMYK 0 0.99 0.76 0.05
HSL 346º 0.98% 0.48% -
HSV(B) 346º 0.99% 0.95% -
XYZ 37.78 19.44 5.9 -
YUV 81.14 115.51 243.45 -
System Red Green Blue C M Y K H S L
Decimal 243 3 59 0 0.99 0.76 0.05 346 0.98 0.48
Hex F3 3 3B 0 63 4C 5 15A 62 30
Octal 363 3 73 0 143 114 5 532 142 60
Binary 11110011 11 111011 0 1100011 1001100 101 101011010 1100010 110000

Color Harmonies of #F3033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3033B

Black with #F3033B

Text Example


Text Example

White with #F3033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3033B; }

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

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

background-color css

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

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

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

border-color css

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

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

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