Html Css Color HEX #F61D2D Torch Red

📋 copy color: '#F61D2D'

red 246 ◦ green 29 ◦ blue 45

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

Shades of Torch Red #F61D2D

Tints of Torch Red #F61D2D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.06%

 BLUE value IS 45 (17.97% from 255) = 14.06%

R = 76.88%
G = 9.06%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F61D2D (or 0xF61D2D) is known color: Torch Red. HEX triplet: F6, 1D and 2D. RGB value is (246,29,45). Sum of RGB (Red+Green+Blue) = 246+29+45=320 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.88% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61D2D is #09E2D2. Grayscale: #5F5F5F. Windows color (decimal): -647891 or 2956790. OLE color: 2956790.

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

Color convert

RGB 246 29 45 -
CMYK 0 0.88 0.82 0.04
HSL 355.58º 0.92% 0.54% -
HSV(B) 355.58º 0.88% 0.96% -
XYZ 38.92 20.66 4.42 -
YUV 95.71 99.39 235.2 -
System Red Green Blue C M Y K H S L
Decimal 246 29 45 0 0.88 0.82 0.04 355.58 0.92 0.54
Hex F6 1D 2D 0 58 52 4 164 5C 36
Octal 366 35 55 0 130 122 4 544 134 66
Binary 11110110 11101 101101 0 1011000 1010010 100 101100100 1011100 110110

Color Harmonies of #F61D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61D2D

Black with #F61D2D

Text Example


Text Example

White with #F61D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61D2D; }

 p { color: rgb(246,29,45); }

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

background-color css

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

 a { background-color: rgb(246,29,45); }

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

border-color css

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

 span { border-color: rgb(246,29,45); }

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