Html Css Color HEX #F10323 Torch Red

📋 copy color: '#F10323'

red 241 ◦ green 3 ◦ blue 35

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

Shades of Torch Red #F10323

Tints of Torch Red #F10323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.54%

R = 86.38%
G = 1.08%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F10323 (or 0xF10323) is known color: Torch Red. HEX triplet: F1, 03 and 23. RGB value is (241,3,35). Sum of RGB (Red+Green+Blue) = 241+3+35=279 (36% of max value = 765). Red value is 241 (94.53% from 255 or 86.38% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 241 - color contains mainly: red. Hex color #F10323 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10323 is #0EFCDC. Grayscale: #4D4D4D. Windows color (decimal): -982237 or 2294769. OLE color: 2294769.

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

Color convert

RGB 241 3 35 -
CMYK 0 0.99 0.85 0.05
HSL 351.93º 0.98% 0.48% -
HSV(B) 351.93º 0.99% 0.95% -
XYZ 36.61 18.89 3.31 -
YUV 77.81 103.85 244.4 -
System Red Green Blue C M Y K H S L
Decimal 241 3 35 0 0.99 0.85 0.05 351.93 0.98 0.48
Hex F1 3 23 0 63 55 5 160 62 30
Octal 361 3 43 0 143 125 5 540 142 60
Binary 11110001 11 100011 0 1100011 1010101 101 101100000 1100010 110000

Color Harmonies of #F10323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10323

Black with #F10323

Text Example


Text Example

White with #F10323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10323; }

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

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

background-color css

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

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

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

border-color css

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

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

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