Html Css Color HEX #F10338 Torch Red

📋 copy color: '#F10338'

red 241 ◦ green 3 ◦ blue 56

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

Shades of Torch Red #F10338

Tints of Torch Red #F10338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.67%

R = 80.33%
G = 1%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F10338 (or 0xF10338) is known color: Torch Red. HEX triplet: F1, 03 and 38. RGB value is (241,3,56). Sum of RGB (Red+Green+Blue) = 241+3+56=300 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.33% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 241 - color contains mainly: red. Hex color #F10338 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10338 is #0EFCC7. Grayscale: #505050. Windows color (decimal): -982216 or 3671025. OLE color: 3671025.

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

Color convert

RGB 241 3 56 -
CMYK 0 0.99 0.77 0.05
HSL 346.64º 0.98% 0.48% -
HSV(B) 346.64º 0.99% 0.95% -
XYZ 37.02 19.05 5.47 -
YUV 80.2 114.35 242.69 -
System Red Green Blue C M Y K H S L
Decimal 241 3 56 0 0.99 0.77 0.05 346.64 0.98 0.48
Hex F1 3 38 0 63 4D 5 15B 62 30
Octal 361 3 70 0 143 115 5 533 142 60
Binary 11110001 11 111000 0 1100011 1001101 101 101011011 1100010 110000

Color Harmonies of #F10338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10338

Black with #F10338

Text Example


Text Example

White with #F10338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10338; }

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

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

background-color css

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

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

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

border-color css

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

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

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