Html Css Color HEX #F4021B Torch Red

📋 copy color: '#F4021B'

red 244 ◦ green 2 ◦ blue 27

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

Shades of Torch Red #F4021B

Tints of Torch Red #F4021B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 27 (10.94% from 255) = 9.89%

R = 89.38%
G = 0.73%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F4021B (or 0xF4021B) is known color: Torch Red. HEX triplet: F4, 02 and 1B. RGB value is (244,2,27). Sum of RGB (Red+Green+Blue) = 244+2+27=273 (36% of max value = 765). Red value is 244 (95.70% from 255 or 89.38% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 244 - color contains mainly: red. Hex color #F4021B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4021B is #0BFDE4. Grayscale: #4D4D4D. Windows color (decimal): -785893 or 1770228. OLE color: 1770228.

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

Color convert

RGB 244 2 27 -
CMYK 0 0.99 0.89 0.04
HSL 353.8º 0.98% 0.48% -
HSV(B) 353.8º 0.99% 0.96% -
XYZ 37.53 19.36 2.79 -
YUV 77.21 99.67 246.97 -
System Red Green Blue C M Y K H S L
Decimal 244 2 27 0 0.99 0.89 0.04 353.8 0.98 0.48
Hex F4 2 1B 0 63 59 4 162 62 30
Octal 364 2 33 0 143 131 4 542 142 60
Binary 11110100 10 11011 0 1100011 1011001 100 101100010 1100010 110000

Color Harmonies of #F4021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4021B

Black with #F4021B

Text Example


Text Example

White with #F4021B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4021B; }

 p { color: rgb(244,2,27); }

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

background-color css

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

 a { background-color: rgb(244,2,27); }

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

border-color css

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

 span { border-color: rgb(244,2,27); }

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