Html Css Color HEX #F4023D Torch Red

📋 copy color: '#F4023D'

red 244 ◦ green 2 ◦ blue 61

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

Shades of Torch Red #F4023D

Tints of Torch Red #F4023D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.87%

R = 79.48%
G = 0.65%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F4023D (or 0xF4023D) is known color: Torch Red. HEX triplet: F4, 02 and 3D. RGB value is (244,2,61). Sum of RGB (Red+Green+Blue) = 244+2+61=307 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.48% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 244 - color contains mainly: red. Hex color #F4023D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4023D is #0BFDC2. Grayscale: #515151. Windows color (decimal): -785859 or 3998452. OLE color: 3998452.

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

Color convert

RGB 244 2 61 -
CMYK 0 0.99 0.75 0.04
HSL 345.37º 0.98% 0.48% -
HSV(B) 345.37º 0.99% 0.96% -
XYZ 38.17 19.61 6.19 -
YUV 81.08 116.67 244.2 -
System Red Green Blue C M Y K H S L
Decimal 244 2 61 0 0.99 0.75 0.04 345.37 0.98 0.48
Hex F4 2 3D 0 63 4B 4 159 62 30
Octal 364 2 75 0 143 113 4 531 142 60
Binary 11110100 10 111101 0 1100011 1001011 100 101011001 1100010 110000

Color Harmonies of #F4023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4023D

Black with #F4023D

Text Example


Text Example

White with #F4023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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