Html Css Color HEX #F4123E Torch Red

📋 copy color: '#F4123E'

red 244 ◦ green 18 ◦ blue 62

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

Shades of Torch Red #F4123E

Tints of Torch Red #F4123E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.56%

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

R = 75.31%
G = 5.56%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F4123E (or 0xF4123E) is known color: Torch Red. HEX triplet: F4, 12 and 3E. RGB value is (244,18,62). Sum of RGB (Red+Green+Blue) = 244+18+62=324 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.31% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 244 - color contains mainly: red. Hex color #F4123E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4123E is #0BEDC1. Grayscale: #5A5A5A. Windows color (decimal): -781762 or 4068084. OLE color: 4068084.

HSL color Cylindrical-coordinate representation of color #F4123E: hue angle of 348.32º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4123E is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 18 62 -
CMYK 0 0.93 0.75 0.04
HSL 348.32º 0.91% 0.51% -
HSV(B) 348.32º 0.93% 0.96% -
XYZ 38.39 20.01 6.4 -
YUV 90.59 111.87 237.42 -
System Red Green Blue C M Y K H S L
Decimal 244 18 62 0 0.93 0.75 0.04 348.32 0.91 0.51
Hex F4 12 3E 0 5D 4B 4 15C 5B 33
Octal 364 22 76 0 135 113 4 534 133 63
Binary 11110100 10010 111110 0 1011101 1001011 100 101011100 1011011 110011

Color Harmonies of #F4123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4123E

Black with #F4123E

Text Example


Text Example

White with #F4123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4123E; }

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

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

background-color css

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

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

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

border-color css

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

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

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