Html Css Color HEX #F4062A Torch Red

📋 copy color: '#F4062A'

red 244 ◦ green 6 ◦ blue 42

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

Shades of Torch Red #F4062A

Tints of Torch Red #F4062A

RGB

 RED value IS 244 (95.7% from 255) = 83.56%

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

 BLUE value IS 42 (16.8% from 255) = 14.38%

R = 83.56%
G = 2.05%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F4062A (or 0xF4062A) is known color: Torch Red. HEX triplet: F4, 06 and 2A. RGB value is (244,6,42). Sum of RGB (Red+Green+Blue) = 244+6+42=292 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.56% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 244 - color contains mainly: red. Hex color #F4062A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4062A is #0BF9D5. Grayscale: #515151. Windows color (decimal): -784854 or 2754292. OLE color: 2754292.

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

Color convert

RGB 244 6 42 -
CMYK 0 0.98 0.83 0.04
HSL 350.92º 0.95% 0.49% -
HSV(B) 350.92º 0.98% 0.96% -
XYZ 37.79 19.53 3.97 -
YUV 81.27 105.85 244.07 -
System Red Green Blue C M Y K H S L
Decimal 244 6 42 0 0.98 0.83 0.04 350.92 0.95 0.49
Hex F4 6 2A 0 62 53 4 15F 5F 31
Octal 364 6 52 0 142 123 4 537 137 61
Binary 11110100 110 101010 0 1100010 1010011 100 101011111 1011111 110001

Color Harmonies of #F4062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4062A

Black with #F4062A

Text Example


Text Example

White with #F4062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4062A; }

 p { color: rgb(244,6,42); }

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

background-color css

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

 a { background-color: rgb(244,6,42); }

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

border-color css

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

 span { border-color: rgb(244,6,42); }

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