Html Css Color HEX #F00B1E Torch Red

📋 copy color: '#F00B1E'

red 240 ◦ green 11 ◦ blue 30

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

Shades of Torch Red #F00B1E

Tints of Torch Red #F00B1E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.91%

 BLUE value IS 30 (12.11% from 255) = 10.68%

R = 85.41%
G = 3.91%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F00B1E (or 0xF00B1E) is known color: Torch Red. HEX triplet: F0, 0B and 1E. RGB value is (240,11,30). Sum of RGB (Red+Green+Blue) = 240+11+30=281 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.41% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 240 - color contains mainly: red. Hex color #F00B1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00B1E is #0FF4E1. Grayscale: #515151. Windows color (decimal): -1045730 or 1969136. OLE color: 1969136.

HSL color Cylindrical-coordinate representation of color #F00B1E: hue angle of 355.02º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00B1E is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 11 30 -
CMYK 0 0.95 0.87 0.06
HSL 355.02º 0.91% 0.49% -
HSV(B) 355.02º 0.95% 0.94% -
XYZ 36.29 18.86 2.96 -
YUV 81.64 98.87 240.96 -
System Red Green Blue C M Y K H S L
Decimal 240 11 30 0 0.95 0.87 0.06 355.02 0.91 0.49
Hex F0 B 1E 0 5F 57 6 163 5B 31
Octal 360 13 36 0 137 127 6 543 133 61
Binary 11110000 1011 11110 0 1011111 1010111 110 101100011 1011011 110001

Color Harmonies of #F00B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00B1E

Black with #F00B1E

Text Example


Text Example

White with #F00B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00B1E; }

 p { color: rgb(240,11,30); }

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

background-color css

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

 a { background-color: rgb(240,11,30); }

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

border-color css

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

 span { border-color: rgb(240,11,30); }

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