Html Css Color HEX #F10823 Torch Red

📋 copy color: '#F10823'

red 241 ◦ green 8 ◦ blue 35

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

Shades of Torch Red #F10823

Tints of Torch Red #F10823

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.82%

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

R = 84.86%
G = 2.82%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F10823 (or 0xF10823) is known color: Torch Red. HEX triplet: F1, 08 and 23. RGB value is (241,8,35). Sum of RGB (Red+Green+Blue) = 241+8+35=284 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.86% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 241 - color contains mainly: red. Hex color #F10823 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10823 is #0EF7DC. Grayscale: #505050. Windows color (decimal): -980957 or 2296049. OLE color: 2296049.

HSL color Cylindrical-coordinate representation of color #F10823: hue angle of 353.05º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F10823 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 8 35 -
CMYK 0 0.97 0.85 0.05
HSL 353.05º 0.94% 0.49% -
HSV(B) 353.05º 0.97% 0.95% -
XYZ 36.67 19 3.32 -
YUV 80.75 102.19 242.3 -
System Red Green Blue C M Y K H S L
Decimal 241 8 35 0 0.97 0.85 0.05 353.05 0.94 0.49
Hex F1 8 23 0 61 55 5 161 5E 31
Octal 361 10 43 0 141 125 5 541 136 61
Binary 11110001 1000 100011 0 1100001 1010101 101 101100001 1011110 110001

Color Harmonies of #F10823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10823

Black with #F10823

Text Example


Text Example

White with #F10823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10823; }

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

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

background-color css

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

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

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

border-color css

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

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

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