Html Css Color HEX #F00833 Torch Red

📋 copy color: '#F00833'

red 240 ◦ green 8 ◦ blue 51

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

Shades of Torch Red #F00833

Tints of Torch Red #F00833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.68%

 BLUE value IS 51 (20.31% from 255) = 17.06%

R = 80.27%
G = 2.68%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F00833 (or 0xF00833) is known color: Torch Red. HEX triplet: F0, 08 and 33. RGB value is (240,8,51). Sum of RGB (Red+Green+Blue) = 240+8+51=299 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.27% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 240 - color contains mainly: red. Hex color #F00833 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00833 is #0FF7CC. Grayscale: #525252. Windows color (decimal): -1046477 or 3344624. OLE color: 3344624.

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

Color convert

RGB 240 8 51 -
CMYK 0 0.97 0.79 0.06
HSL 348.88º 0.94% 0.49% -
HSV(B) 348.88º 0.97% 0.94% -
XYZ 36.62 18.94 4.86 -
YUV 82.27 110.36 240.5 -
System Red Green Blue C M Y K H S L
Decimal 240 8 51 0 0.97 0.79 0.06 348.88 0.94 0.49
Hex F0 8 33 0 61 4F 6 15D 5E 31
Octal 360 10 63 0 141 117 6 535 136 61
Binary 11110000 1000 110011 0 1100001 1001111 110 101011101 1011110 110001

Color Harmonies of #F00833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00833

Black with #F00833

Text Example


Text Example

White with #F00833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00833; }

 p { color: rgb(240,8,51); }

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

background-color css

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

 a { background-color: rgb(240,8,51); }

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

border-color css

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

 span { border-color: rgb(240,8,51); }

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