Html Css Color HEX #F30130 Torch Red

📋 copy color: '#F30130'

red 243 ◦ green 1 ◦ blue 48

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

Shades of Torch Red #F30130

Tints of Torch Red #F30130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.44%

R = 83.22%
G = 0.34%
B = 16.44%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F30130 (or 0xF30130) is known color: Torch Red. HEX triplet: F3, 01 and 30. RGB value is (243,1,48). Sum of RGB (Red+Green+Blue) = 243+1+48=292 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.22% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 243 - color contains mainly: red. Hex color #F30130 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30130 is #0CFECF. Grayscale: #4E4E4E. Windows color (decimal): -851664 or 3146227. OLE color: 3146227.

HSL color Cylindrical-coordinate representation of color #F30130: hue angle of 348.35º 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 #F30130 is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 1 48 -
CMYK 0 1.00 0.80 0.05
HSL 348.35º 0.99% 0.48% -
HSV(B) 348.35º 1% 0.95% -
XYZ 37.51 19.29 4.54 -
YUV 78.72 110.67 245.18 -
System Red Green Blue C M Y K H S L
Decimal 243 1 48 0 1.00 0.80 0.05 348.35 0.99 0.48
Hex F3 1 30 0 64 50 5 15C 63 30
Octal 363 1 60 0 144 120 5 534 143 60
Binary 11110011 1 110000 0 1100100 1010000 101 101011100 1100011 110000

Color Harmonies of #F30130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30130

Black with #F30130

Text Example


Text Example

White with #F30130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30130; }

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

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

background-color css

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

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

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

border-color css

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

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

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