Html Css Color HEX #F30122 Torch Red

📋 copy color: '#F30122'

red 243 ◦ green 1 ◦ blue 34

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

Shades of Torch Red #F30122

Tints of Torch Red #F30122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 87.41%
G = 0.36%
B = 12.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F30122 (or 0xF30122) is known color: Torch Red. HEX triplet: F3, 01 and 22. RGB value is (243,1,34). Sum of RGB (Red+Green+Blue) = 243+1+34=278 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.41% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 243 - color contains mainly: red. Hex color #F30122 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30122 is #0CFEDD. Grayscale: #4D4D4D. Windows color (decimal): -851678 or 2228723. OLE color: 2228723.

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

Color convert

RGB 243 1 34 -
CMYK 0 1.00 0.86 0.05
HSL 351.82º 0.99% 0.48% -
HSV(B) 351.82º 1% 0.95% -
XYZ 37.26 19.19 3.25 -
YUV 77.12 103.67 246.32 -
System Red Green Blue C M Y K H S L
Decimal 243 1 34 0 1.00 0.86 0.05 351.82 0.99 0.48
Hex F3 1 22 0 64 56 5 160 63 30
Octal 363 1 42 0 144 126 5 540 143 60
Binary 11110011 1 100010 0 1100100 1010110 101 101100000 1100011 110000

Color Harmonies of #F30122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30122

Black with #F30122

Text Example


Text Example

White with #F30122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30122; }

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

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

background-color css

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

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

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

border-color css

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

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

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