Html Css Color HEX #F4003E Torch Red

📋 copy color: '#F4003E'

red 244 ◦ green 0 ◦ blue 62

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

Shades of Torch Red #F4003E

Tints of Torch Red #F4003E

RGB

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

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

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

R = 79.74%
G = 0%
B = 20.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F4003E (or 0xF4003E) is known color: Torch Red. HEX triplet: F4, 00 and 3E. RGB value is (244,0,62). Sum of RGB (Red+Green+Blue) = 244+0+62=306 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.74% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 244 - color contains mainly: red. Hex color #F4003E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4003E is #0BFFC1. Grayscale: #505050. Windows color (decimal): -786370 or 4063476. OLE color: 4063476.

HSL color Cylindrical-coordinate representation of color #F4003E: hue angle of 344.75º 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 #F4003E is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 0 62 -
CMYK 0 1 0.75 0.04
HSL 344.75º 1% 0.48% -
HSV(B) 344.75º 1% 0.96% -
XYZ 38.18 19.58 6.32 -
YUV 80.02 117.84 244.96 -
System Red Green Blue C M Y K H S L
Decimal 244 0 62 0 1 0.75 0.04 344.75 1 0.48
Hex F4 0 3E 0 64 4B 4 159 64 30
Octal 364 0 76 0 144 113 4 531 144 60
Binary 11110100 0 111110 0 1100100 1001011 100 101011001 1100100 110000

Color Harmonies of #F4003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4003E

Black with #F4003E

Text Example


Text Example

White with #F4003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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