Html Css Color HEX #F01A3E Torch Red

📋 copy color: '#F01A3E'

red 240 ◦ green 26 ◦ blue 62

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

Shades of Torch Red #F01A3E

Tints of Torch Red #F01A3E

RGB

 RED value IS 240 (94.14% from 255) = 73.17%

 GREEN value IS 26 (10.55% from 255) = 7.93%

 BLUE value IS 62 (24.61% from 255) = 18.9%

R = 73.17%
G = 7.93%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F01A3E (or 0xF01A3E) is known color: Torch Red. HEX triplet: F0, 1A and 3E. RGB value is (240,26,62). Sum of RGB (Red+Green+Blue) = 240+26+62=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01A3E is #0FE5C1. Grayscale: #5E5E5E. Windows color (decimal): -1041858 or 4070128. OLE color: 4070128.

HSL color Cylindrical-coordinate representation of color #F01A3E: hue angle of 349.91º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01A3E is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 26 62 -
CMYK 0 0.89 0.74 0.06
HSL 349.91º 0.88% 0.52% -
HSV(B) 349.91º 0.89% 0.94% -
XYZ 37.17 19.61 6.38 -
YUV 94.09 109.9 232.07 -
System Red Green Blue C M Y K H S L
Decimal 240 26 62 0 0.89 0.74 0.06 349.91 0.88 0.52
Hex F0 1A 3E 0 59 4A 6 15E 58 34
Octal 360 32 76 0 131 112 6 536 130 64
Binary 11110000 11010 111110 0 1011001 1001010 110 101011110 1011000 110100

Color Harmonies of #F01A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01A3E

Black with #F01A3E

Text Example


Text Example

White with #F01A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01A3E; }

 p { color: rgb(240,26,62); }

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

background-color css

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

 a { background-color: rgb(240,26,62); }

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

border-color css

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

 span { border-color: rgb(240,26,62); }

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