Html Css Color HEX #F4101E Torch Red

📋 copy color: '#F4101E'

red 244 ◦ green 16 ◦ blue 30

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

Shades of Torch Red #F4101E

Tints of Torch Red #F4101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.52%

 BLUE value IS 30 (12.11% from 255) = 10.34%

R = 84.14%
G = 5.52%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F4101E (or 0xF4101E) is known color: Torch Red. HEX triplet: F4, 10 and 1E. RGB value is (244,16,30). Sum of RGB (Red+Green+Blue) = 244+16+30=290 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.14% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 244 - color contains mainly: red. Hex color #F4101E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4101E is #0BEFE1. Grayscale: #555555. Windows color (decimal): -782306 or 1970420. OLE color: 1970420.

HSL color Cylindrical-coordinate representation of color #F4101E: hue angle of 356.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 #F4101E is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 16 30 -
CMYK 0 0.93 0.88 0.04
HSL 356.32º 0.91% 0.51% -
HSV(B) 356.32º 0.93% 0.96% -
XYZ 37.73 19.7 3.04 -
YUV 85.77 96.54 240.86 -
System Red Green Blue C M Y K H S L
Decimal 244 16 30 0 0.93 0.88 0.04 356.32 0.91 0.51
Hex F4 10 1E 0 5D 58 4 164 5B 33
Octal 364 20 36 0 135 130 4 544 133 63
Binary 11110100 10000 11110 0 1011101 1011000 100 101100100 1011011 110011

Color Harmonies of #F4101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4101E

Black with #F4101E

Text Example


Text Example

White with #F4101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4101E; }

 p { color: rgb(244,16,30); }

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

background-color css

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

 a { background-color: rgb(244,16,30); }

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

border-color css

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

 span { border-color: rgb(244,16,30); }

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