Html Css Color HEX #F61330 Torch Red

📋 copy color: '#F61330'

red 246 ◦ green 19 ◦ blue 48

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

Shades of Torch Red #F61330

Tints of Torch Red #F61330

RGB

 RED value IS 246 (96.48% from 255) = 78.59%

 GREEN value IS 19 (7.81% from 255) = 6.07%

 BLUE value IS 48 (19.14% from 255) = 15.34%

R = 78.59%
G = 6.07%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F61330 (or 0xF61330) is known color: Torch Red. HEX triplet: F6, 13 and 30. RGB value is (246,19,48). Sum of RGB (Red+Green+Blue) = 246+19+48=313 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.59% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 246 - color contains mainly: red. Hex color #F61330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61330 is #09ECCF. Grayscale: #5A5A5A. Windows color (decimal): -650448 or 3150838. OLE color: 3150838.

HSL color Cylindrical-coordinate representation of color #F61330: hue angle of 352.33º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F61330 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 19 48 -
CMYK 0 0.92 0.80 0.04
HSL 352.33º 0.93% 0.52% -
HSV(B) 352.33º 0.92% 0.96% -
XYZ 38.77 20.27 4.67 -
YUV 90.18 104.21 239.14 -
System Red Green Blue C M Y K H S L
Decimal 246 19 48 0 0.92 0.80 0.04 352.33 0.93 0.52
Hex F6 13 30 0 5C 50 4 160 5D 34
Octal 366 23 60 0 134 120 4 540 135 64
Binary 11110110 10011 110000 0 1011100 1010000 100 101100000 1011101 110100

Color Harmonies of #F61330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61330

Black with #F61330

Text Example


Text Example

White with #F61330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61330; }

 p { color: rgb(246,19,48); }

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

background-color css

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

 a { background-color: rgb(246,19,48); }

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

border-color css

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

 span { border-color: rgb(246,19,48); }

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