Html Css Color HEX #F0033E Torch Red

📋 copy color: '#F0033E'

red 240 ◦ green 3 ◦ blue 62

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

Shades of Torch Red #F0033E

Tints of Torch Red #F0033E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.33%

R = 78.69%
G = 0.98%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0033E (or 0xF0033E) is known color: Torch Red. HEX triplet: F0, 03 and 3E. RGB value is (240,3,62). Sum of RGB (Red+Green+Blue) = 240+3+62=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F0033E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0033E is #0FFCC1. Grayscale: #505050. Windows color (decimal): -1047746 or 4064240. OLE color: 4064240.

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

Color convert

RGB 240 3 62 -
CMYK 0 0.99 0.74 0.06
HSL 345.06º 0.98% 0.48% -
HSV(B) 345.06º 0.99% 0.94% -
XYZ 36.84 18.94 6.27 -
YUV 80.59 117.52 241.7 -
System Red Green Blue C M Y K H S L
Decimal 240 3 62 0 0.99 0.74 0.06 345.06 0.98 0.48
Hex F0 3 3E 0 63 4A 6 159 62 30
Octal 360 3 76 0 143 112 6 531 142 60
Binary 11110000 11 111110 0 1100011 1001010 110 101011001 1100010 110000

Color Harmonies of #F0033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0033E

Black with #F0033E

Text Example


Text Example

White with #F0033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0033E; }

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

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

background-color css

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

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

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

border-color css

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

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

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