Html Css Color HEX #F10629 Torch Red

📋 copy color: '#F10629'

red 241 ◦ green 6 ◦ blue 41

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

Shades of Torch Red #F10629

Tints of Torch Red #F10629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

 BLUE value IS 41 (16.41% from 255) = 14.24%

R = 83.68%
G = 2.08%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F10629 (or 0xF10629) is known color: Torch Red. HEX triplet: F1, 06 and 29. RGB value is (241,6,41). Sum of RGB (Red+Green+Blue) = 241+6+41=288 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.68% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 241 - color contains mainly: red. Hex color #F10629 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10629 is #0EF9D6. Grayscale: #505050. Windows color (decimal): -981463 or 2688753. OLE color: 2688753.

HSL color Cylindrical-coordinate representation of color #F10629: hue angle of 351.06º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10629 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 6 41 -
CMYK 0 0.98 0.83 0.05
HSL 351.06º 0.95% 0.48% -
HSV(B) 351.06º 0.98% 0.95% -
XYZ 36.74 18.99 3.83 -
YUV 80.26 105.86 242.65 -
System Red Green Blue C M Y K H S L
Decimal 241 6 41 0 0.98 0.83 0.05 351.06 0.95 0.48
Hex F1 6 29 0 62 53 5 15F 5F 30
Octal 361 6 51 0 142 123 5 537 137 60
Binary 11110001 110 101001 0 1100010 1010011 101 101011111 1011111 110000

Color Harmonies of #F10629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10629

Black with #F10629

Text Example


Text Example

White with #F10629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10629; }

 p { color: rgb(241,6,41); }

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

background-color css

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

 a { background-color: rgb(241,6,41); }

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

border-color css

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

 span { border-color: rgb(241,6,41); }

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