Html Css Color HEX #F10320 Torch Red

📋 copy color: '#F10320'

red 241 ◦ green 3 ◦ blue 32

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

Shades of Torch Red #F10320

Tints of Torch Red #F10320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.59%

R = 87.32%
G = 1.09%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F10320 (or 0xF10320) is known color: Torch Red. HEX triplet: F1, 03 and 20. RGB value is (241,3,32). Sum of RGB (Red+Green+Blue) = 241+3+32=276 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.32% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 241 - color contains mainly: red. Hex color #F10320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10320 is #0EFCDF. Grayscale: #4D4D4D. Windows color (decimal): -982240 or 2098161. OLE color: 2098161.

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

Color convert

RGB 241 3 32 -
CMYK 0 0.99 0.87 0.05
HSL 352.69º 0.98% 0.48% -
HSV(B) 352.69º 0.99% 0.95% -
XYZ 36.57 18.87 3.08 -
YUV 77.47 102.35 244.64 -
System Red Green Blue C M Y K H S L
Decimal 241 3 32 0 0.99 0.87 0.05 352.69 0.98 0.48
Hex F1 3 20 0 63 57 5 161 62 30
Octal 361 3 40 0 143 127 5 541 142 60
Binary 11110001 11 100000 0 1100011 1010111 101 101100001 1100010 110000

Color Harmonies of #F10320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10320

Black with #F10320

Text Example


Text Example

White with #F10320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10320; }

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

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

background-color css

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

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

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

border-color css

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

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

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