Html Css Color HEX #F3022C Torch Red

📋 copy color: '#F3022C'

red 243 ◦ green 2 ◦ blue 44

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

Shades of Torch Red #F3022C

Tints of Torch Red #F3022C

RGB

 RED value IS 243 (95.31% from 255) = 84.08%

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

 BLUE value IS 44 (17.58% from 255) = 15.22%

R = 84.08%
G = 0.69%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F3022C (or 0xF3022C) is known color: Torch Red. HEX triplet: F3, 02 and 2C. RGB value is (243,2,44). Sum of RGB (Red+Green+Blue) = 243+2+44=289 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.08% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 243 - color contains mainly: red. Hex color #F3022C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3022C is #0CFDD3. Grayscale: #4E4E4E. Windows color (decimal): -851412 or 2884339. OLE color: 2884339.

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

Color convert

RGB 243 2 44 -
CMYK 0 0.99 0.82 0.05
HSL 349.54º 0.98% 0.48% -
HSV(B) 349.54º 0.99% 0.95% -
XYZ 37.44 19.28 4.13 -
YUV 78.85 108.34 245.08 -
System Red Green Blue C M Y K H S L
Decimal 243 2 44 0 0.99 0.82 0.05 349.54 0.98 0.48
Hex F3 2 2C 0 63 52 5 15E 62 30
Octal 363 2 54 0 143 122 5 536 142 60
Binary 11110011 10 101100 0 1100011 1010010 101 101011110 1100010 110000

Color Harmonies of #F3022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3022C

Black with #F3022C

Text Example


Text Example

White with #F3022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3022C; }

 p { color: rgb(243,2,44); }

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

background-color css

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

 a { background-color: rgb(243,2,44); }

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

border-color css

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

 span { border-color: rgb(243,2,44); }

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