Html Css Color HEX #F0033B Torch Red

📋 copy color: '#F0033B'

red 240 ◦ green 3 ◦ blue 59

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

Shades of Torch Red #F0033B

Tints of Torch Red #F0033B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

 BLUE value IS 59 (23.44% from 255) = 19.54%

R = 79.47%
G = 0.99%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0033B (or 0xF0033B) is known color: Torch Red. HEX triplet: F0, 03 and 3B. RGB value is (240,3,59). Sum of RGB (Red+Green+Blue) = 240+3+59=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F0033B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0033B is #0FFCC4. Grayscale: #505050. Windows color (decimal): -1047749 or 3867632. OLE color: 3867632.

HSL color Cylindrical-coordinate representation of color #F0033B: hue angle of 345.82º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0033B is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 3 59 -
CMYK 0 0.99 0.75 0.06
HSL 345.82º 0.98% 0.48% -
HSV(B) 345.82º 0.99% 0.94% -
XYZ 36.76 18.91 5.85 -
YUV 80.25 116.02 241.95 -
System Red Green Blue C M Y K H S L
Decimal 240 3 59 0 0.99 0.75 0.06 345.82 0.98 0.48
Hex F0 3 3B 0 63 4B 6 15A 62 30
Octal 360 3 73 0 143 113 6 532 142 60
Binary 11110000 11 111011 0 1100011 1001011 110 101011010 1100010 110000

Color Harmonies of #F0033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0033B

Black with #F0033B

Text Example


Text Example

White with #F0033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0033B; }

 p { color: rgb(240,3,59); }

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

background-color css

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

 a { background-color: rgb(240,3,59); }

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

border-color css

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

 span { border-color: rgb(240,3,59); }

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