Html Css Color HEX #F10345 Torch Red

📋 copy color: '#F10345'

red 241 ◦ green 3 ◦ blue 69

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

Shades of Torch Red #F10345

Tints of Torch Red #F10345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.04%

R = 77%
G = 0.96%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F10345 (or 0xF10345) is known color: Torch Red. HEX triplet: F1, 03 and 45. RGB value is (241,3,69). Sum of RGB (Red+Green+Blue) = 241+3+69=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F10345 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10345 is #0EFCBA. Grayscale: #515151. Windows color (decimal): -982203 or 4522993. OLE color: 4522993.

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

Color convert

RGB 241 3 69 -
CMYK 0 0.99 0.71 0.05
HSL 343.36º 0.98% 0.48% -
HSV(B) 343.36º 0.99% 0.95% -
XYZ 37.38 19.2 7.37 -
YUV 81.69 120.85 241.63 -
System Red Green Blue C M Y K H S L
Decimal 241 3 69 0 0.99 0.71 0.05 343.36 0.98 0.48
Hex F1 3 45 0 63 47 5 157 62 30
Octal 361 3 105 0 143 107 5 527 142 60
Binary 11110001 11 1000101 0 1100011 1000111 101 101010111 1100010 110000

Color Harmonies of #F10345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10345

Black with #F10345

Text Example


Text Example

White with #F10345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10345; }

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

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

background-color css

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

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

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

border-color css

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

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

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