Html Css Color HEX #F1033C Torch Red

📋 copy color: '#F1033C'

red 241 ◦ green 3 ◦ blue 60

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

Shades of Torch Red #F1033C

Tints of Torch Red #F1033C

RGB

 RED value IS 241 (94.53% from 255) = 79.28%

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

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 79.28%
G = 0.99%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1033C (or 0xF1033C) is known color: Torch Red. HEX triplet: F1, 03 and 3C. RGB value is (241,3,60). Sum of RGB (Red+Green+Blue) = 241+3+60=304 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.28% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 241 - color contains mainly: red. Hex color #F1033C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1033C is #0EFCC3. Grayscale: #505050. Windows color (decimal): -982212 or 3933169. OLE color: 3933169.

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

Color convert

RGB 241 3 60 -
CMYK 0 0.99 0.75 0.05
HSL 345.63º 0.98% 0.48% -
HSV(B) 345.63º 0.99% 0.95% -
XYZ 37.12 19.09 6 -
YUV 80.66 116.35 242.37 -
System Red Green Blue C M Y K H S L
Decimal 241 3 60 0 0.99 0.75 0.05 345.63 0.98 0.48
Hex F1 3 3C 0 63 4B 5 15A 62 30
Octal 361 3 74 0 143 113 5 532 142 60
Binary 11110001 11 111100 0 1100011 1001011 101 101011010 1100010 110000

Color Harmonies of #F1033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1033C

Black with #F1033C

Text Example


Text Example

White with #F1033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1033C; }

 p { color: rgb(241,3,60); }

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

background-color css

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

 a { background-color: rgb(241,3,60); }

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

border-color css

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

 span { border-color: rgb(241,3,60); }

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