Html Css Color HEX #F10327 Torch Red

📋 copy color: '#F10327'

red 241 ◦ green 3 ◦ blue 39

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

Shades of Torch Red #F10327

Tints of Torch Red #F10327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.78%

R = 85.16%
G = 1.06%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F10327 (or 0xF10327) is known color: Torch Red. HEX triplet: F1, 03 and 27. RGB value is (241,3,39). Sum of RGB (Red+Green+Blue) = 241+3+39=283 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.16% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 241 - color contains mainly: red. Hex color #F10327 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10327 is #0EFCD8. Grayscale: #4E4E4E. Windows color (decimal): -982233 or 2556913. OLE color: 2556913.

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

Color convert

RGB 241 3 39 -
CMYK 0 0.99 0.84 0.05
HSL 350.92º 0.98% 0.48% -
HSV(B) 350.92º 0.99% 0.95% -
XYZ 36.67 18.91 3.64 -
YUV 78.27 105.85 244.07 -
System Red Green Blue C M Y K H S L
Decimal 241 3 39 0 0.99 0.84 0.05 350.92 0.98 0.48
Hex F1 3 27 0 63 54 5 15F 62 30
Octal 361 3 47 0 143 124 5 537 142 60
Binary 11110001 11 100111 0 1100011 1010100 101 101011111 1100010 110000

Color Harmonies of #F10327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10327

Black with #F10327

Text Example


Text Example

White with #F10327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10327; }

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

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

background-color css

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

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

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

border-color css

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

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

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