Html Css Color HEX #F4050D Torch Red

📋 copy color: '#F4050D'

red 244 ◦ green 5 ◦ blue 13

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

Shades of Torch Red #F4050D

Tints of Torch Red #F4050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.91%

 BLUE value IS 13 (5.47% from 255) = 4.96%

R = 93.13%
G = 1.91%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F4050D (or 0xF4050D) is known color: Torch Red. HEX triplet: F4, 05 and 0D. RGB value is (244,5,13). Sum of RGB (Red+Green+Blue) = 244+5+13=262 (34% of max value = 765). Red value is 244 (95.70% from 255 or 93.13% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 244 - color contains mainly: red. Hex color #F4050D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4050D is #0BFAF2. Grayscale: #4D4D4D. Windows color (decimal): -785139 or 853492. OLE color: 853492.

HSL color Cylindrical-coordinate representation of color #F4050D: hue angle of 357.99º degrees, saturation: 0.96, 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 #F4050D is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 5 13 -
CMYK 0 0.98 0.95 0.04
HSL 357.99º 0.96% 0.49% -
HSV(B) 357.99º 0.98% 0.96% -
XYZ 37.44 19.37 2.15 -
YUV 77.37 91.68 246.85 -
System Red Green Blue C M Y K H S L
Decimal 244 5 13 0 0.98 0.95 0.04 357.99 0.96 0.49
Hex F4 5 D 0 62 5F 4 166 60 31
Octal 364 5 15 0 142 137 4 546 140 61
Binary 11110100 101 1101 0 1100010 1011111 100 101100110 1100000 110001

Color Harmonies of #F4050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4050D

Black with #F4050D

Text Example


Text Example

White with #F4050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4050D; }

 p { color: rgb(244,5,13); }

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

background-color css

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

 a { background-color: rgb(244,5,13); }

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

border-color css

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

 span { border-color: rgb(244,5,13); }

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