Html Css Color HEX #F00035 Torch Red

📋 copy color: '#F00035'

red 240 ◦ green 0 ◦ blue 53

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

Shades of Torch Red #F00035

Tints of Torch Red #F00035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 53 (21.09% from 255) = 18.09%

R = 81.91%
G = 0%
B = 18.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F00035 (or 0xF00035) is known color: Torch Red. HEX triplet: F0, 00 and 35. RGB value is (240,0,53). Sum of RGB (Red+Green+Blue) = 240+0+53=293 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.91% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 240 - color contains mainly: red. Hex color #F00035 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00035 is #0FFFCA. Grayscale: #4D4D4D. Windows color (decimal): -1048523 or 3473648. OLE color: 3473648.

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

Color convert

RGB 240 0 53 -
CMYK 0 1 0.78 0.06
HSL 346.75º 1% 0.47% -
HSV(B) 346.75º 1% 0.94% -
XYZ 36.58 18.78 5.07 -
YUV 77.8 114.01 243.69 -
System Red Green Blue C M Y K H S L
Decimal 240 0 53 0 1 0.78 0.06 346.75 1 0.47
Hex F0 0 35 0 64 4E 6 15B 64 2F
Octal 360 0 65 0 144 116 6 533 144 57
Binary 11110000 0 110101 0 1100100 1001110 110 101011011 1100100 101111

Color Harmonies of #F00035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00035

Black with #F00035

Text Example


Text Example

White with #F00035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00035; }

 p { color: rgb(240,0,53); }

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

background-color css

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

 a { background-color: rgb(240,0,53); }

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

border-color css

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

 span { border-color: rgb(240,0,53); }

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