Html Css Color HEX #F31422 Torch Red

📋 copy color: '#F31422'

red 243 ◦ green 20 ◦ blue 34

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

Shades of Torch Red #F31422

Tints of Torch Red #F31422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.73%

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

R = 81.82%
G = 6.73%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F31422 (or 0xF31422) is known color: Torch Red. HEX triplet: F3, 14 and 22. RGB value is (243,20,34). Sum of RGB (Red+Green+Blue) = 243+20+34=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F31422 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31422 is #0CEBDD. Grayscale: #585858. Windows color (decimal): -846814 or 2233587. OLE color: 2233587.

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

Color convert

RGB 243 20 34 -
CMYK 0 0.92 0.86 0.05
HSL 356.23º 0.9% 0.52% -
HSV(B) 356.23º 0.92% 0.95% -
XYZ 37.5 19.67 3.33 -
YUV 88.27 97.38 238.36 -
System Red Green Blue C M Y K H S L
Decimal 243 20 34 0 0.92 0.86 0.05 356.23 0.9 0.52
Hex F3 14 22 0 5C 56 5 164 5A 34
Octal 363 24 42 0 134 126 5 544 132 64
Binary 11110011 10100 100010 0 1011100 1010110 101 101100100 1011010 110100

Color Harmonies of #F31422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31422

Black with #F31422

Text Example


Text Example

White with #F31422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31422; }

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

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

background-color css

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

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

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

border-color css

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

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

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