Html Css Color HEX #F1033E Torch Red

📋 copy color: '#F1033E'

red 241 ◦ green 3 ◦ blue 62

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

Shades of Torch Red #F1033E

Tints of Torch Red #F1033E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.26%

R = 78.76%
G = 0.98%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1033E (or 0xF1033E) is known color: Torch Red. HEX triplet: F1, 03 and 3E. RGB value is (241,3,62). Sum of RGB (Red+Green+Blue) = 241+3+62=306 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.76% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 241 - color contains mainly: red. Hex color #F1033E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1033E is #0EFCC1. Grayscale: #505050. Windows color (decimal): -982210 or 4064241. OLE color: 4064241.

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

Color convert

RGB 241 3 62 -
CMYK 0 0.99 0.74 0.05
HSL 345.13º 0.98% 0.48% -
HSV(B) 345.13º 0.99% 0.95% -
XYZ 37.18 19.11 6.29 -
YUV 80.89 117.35 242.2 -
System Red Green Blue C M Y K H S L
Decimal 241 3 62 0 0.99 0.74 0.05 345.13 0.98 0.48
Hex F1 3 3E 0 63 4A 5 159 62 30
Octal 361 3 76 0 143 112 5 531 142 60
Binary 11110001 11 111110 0 1100011 1001010 101 101011001 1100010 110000

Color Harmonies of #F1033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1033E

Black with #F1033E

Text Example


Text Example

White with #F1033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1033E; }

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

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

background-color css

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

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

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

border-color css

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

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

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