Html Css Color HEX #F00130 Torch Red

📋 copy color: '#F00130'

red 240 ◦ green 1 ◦ blue 48

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

Shades of Torch Red #F00130

Tints of Torch Red #F00130

RGB

 RED value IS 240 (94.14% from 255) = 83.04%

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

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

R = 83.04%
G = 0.35%
B = 16.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#F00130 (or 0xF00130) is known color: Torch Red. HEX triplet: F0, 01 and 30. RGB value is (240,1,48). Sum of RGB (Red+Green+Blue) = 240+1+48=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F00130 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00130 is #0FFECF. Grayscale: #4D4D4D. Windows color (decimal): -1048272 or 3146224. OLE color: 3146224.

HSL color Cylindrical-coordinate representation of color #F00130: hue angle of 348.2º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00130 is Cyan = 0, Magento = 1.00, Yellow = 0.8 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 1 48 -
CMYK 0 1.00 0.8 0.06
HSL 348.2º 0.99% 0.47% -
HSV(B) 348.2º 1% 0.94% -
XYZ 36.48 18.76 4.49 -
YUV 77.82 111.18 243.68 -
System Red Green Blue C M Y K H S L
Decimal 240 1 48 0 1.00 0.8 0.06 348.2 0.99 0.47
Hex F0 1 30 0 64 50 6 15C 63 2F
Octal 360 1 60 0 144 120 6 534 143 57
Binary 11110000 1 110000 0 1100100 1010000 110 101011100 1100011 101111

Color Harmonies of #F00130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00130

Black with #F00130

Text Example


Text Example

White with #F00130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00130; }

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

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

background-color css

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

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

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

border-color css

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

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

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