Html Css Color HEX #F31222 Torch Red

📋 copy color: '#F31222'

red 243 ◦ green 18 ◦ blue 34

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

Shades of Torch Red #F31222

Tints of Torch Red #F31222

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.1%

 BLUE value IS 34 (13.67% from 255) = 11.53%

R = 82.37%
G = 6.1%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F31222 (or 0xF31222) is known color: Torch Red. HEX triplet: F3, 12 and 22. RGB value is (243,18,34). Sum of RGB (Red+Green+Blue) = 243+18+34=295 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.37% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 243 - color contains mainly: red. Hex color #F31222 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31222 is #0CEDDD. Grayscale: #575757. Windows color (decimal): -847326 or 2233075. OLE color: 2233075.

HSL color Cylindrical-coordinate representation of color #F31222: hue angle of 355.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31222 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 18 34 -
CMYK 0 0.93 0.86 0.05
HSL 355.73º 0.9% 0.51% -
HSV(B) 355.73º 0.93% 0.95% -
XYZ 37.47 19.6 3.32 -
YUV 87.1 98.04 239.2 -
System Red Green Blue C M Y K H S L
Decimal 243 18 34 0 0.93 0.86 0.05 355.73 0.9 0.51
Hex F3 12 22 0 5D 56 5 164 5A 33
Octal 363 22 42 0 135 126 5 544 132 63
Binary 11110011 10010 100010 0 1011101 1010110 101 101100100 1011010 110011

Color Harmonies of #F31222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31222

Black with #F31222

Text Example


Text Example

White with #F31222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31222; }

 p { color: rgb(243,18,34); }

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

background-color css

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

 a { background-color: rgb(243,18,34); }

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

border-color css

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

 span { border-color: rgb(243,18,34); }

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