Html Css Color HEX #F0033A Torch Red

📋 copy color: '#F0033A'

red 240 ◦ green 3 ◦ blue 58

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

Shades of Torch Red #F0033A

Tints of Torch Red #F0033A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 79.73%
G = 1%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0033A (or 0xF0033A) is known color: Torch Red. HEX triplet: F0, 03 and 3A. RGB value is (240,3,58). Sum of RGB (Red+Green+Blue) = 240+3+58=301 (39% of max value = 765). Red value is 240 (94.14% from 255 or 79.73% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 240 - color contains mainly: red. Hex color #F0033A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0033A is #0FFCC5. Grayscale: #505050. Windows color (decimal): -1047750 or 3802096. OLE color: 3802096.

HSL color Cylindrical-coordinate representation of color #F0033A: hue angle of 346.08º 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 #F0033A is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 3 58 -
CMYK 0 0.99 0.76 0.06
HSL 346.08º 0.98% 0.48% -
HSV(B) 346.08º 0.99% 0.94% -
XYZ 36.73 18.9 5.71 -
YUV 80.13 115.52 242.03 -
System Red Green Blue C M Y K H S L
Decimal 240 3 58 0 0.99 0.76 0.06 346.08 0.98 0.48
Hex F0 3 3A 0 63 4C 6 15A 62 30
Octal 360 3 72 0 143 114 6 532 142 60
Binary 11110000 11 111010 0 1100011 1001100 110 101011010 1100010 110000

Color Harmonies of #F0033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0033A

Black with #F0033A

Text Example


Text Example

White with #F0033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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