Html Css Color HEX #F4002A Torch Red

📋 copy color: '#F4002A'

red 244 ◦ green 0 ◦ blue 42

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

Shades of Torch Red #F4002A

Tints of Torch Red #F4002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.31%
G = 0%
B = 14.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F4002A (or 0xF4002A) is known color: Torch Red. HEX triplet: F4, 00 and 2A. RGB value is (244,0,42). Sum of RGB (Red+Green+Blue) = 244+0+42=286 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.31% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 244 - color contains mainly: red. Hex color #F4002A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4002A is #0BFFD5. Grayscale: #4D4D4D. Windows color (decimal): -786390 or 2752756. OLE color: 2752756.

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

Color convert

RGB 244 0 42 -
CMYK 0 1 0.83 0.04
HSL 349.67º 1% 0.48% -
HSV(B) 349.67º 1% 0.96% -
XYZ 37.73 19.4 3.95 -
YUV 77.74 107.84 246.58 -
System Red Green Blue C M Y K H S L
Decimal 244 0 42 0 1 0.83 0.04 349.67 1 0.48
Hex F4 0 2A 0 64 53 4 15E 64 30
Octal 364 0 52 0 144 123 4 536 144 60
Binary 11110100 0 101010 0 1100100 1010011 100 101011110 1100100 110000

Color Harmonies of #F4002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4002A

Black with #F4002A

Text Example


Text Example

White with #F4002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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