Html Css Color HEX #F5002D Torch Red

📋 copy color: '#F5002D'

red 245 ◦ green 0 ◦ blue 45

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

Shades of Torch Red #F5002D

Tints of Torch Red #F5002D

RGB

 RED value IS 245 (96.09% from 255) = 84.48%

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

 BLUE value IS 45 (17.97% from 255) = 15.52%

R = 84.48%
G = 0%
B = 15.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5002D (or 0xF5002D) is known color: Torch Red. HEX triplet: F5, 00 and 2D. RGB value is (245,0,45). Sum of RGB (Red+Green+Blue) = 245+0+45=290 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.48% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 245 - color contains mainly: red. Hex color #F5002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5002D is #0AFFD2. Grayscale: #4E4E4E. Windows color (decimal): -720851 or 2949365. OLE color: 2949365.

HSL color Cylindrical-coordinate representation of color #F5002D: hue angle of 348.98º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5002D is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 0 45 -
CMYK 0 1 0.82 0.04
HSL 348.98º 1% 0.48% -
HSV(B) 348.98º 1% 0.96% -
XYZ 38.13 19.6 4.26 -
YUV 78.39 109.17 246.84 -
System Red Green Blue C M Y K H S L
Decimal 245 0 45 0 1 0.82 0.04 348.98 1 0.48
Hex F5 0 2D 0 64 52 4 15D 64 30
Octal 365 0 55 0 144 122 4 535 144 60
Binary 11110101 0 101101 0 1100100 1010010 100 101011101 1100100 110000

Color Harmonies of #F5002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5002D

Black with #F5002D

Text Example


Text Example

White with #F5002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5002D; }

 p { color: rgb(245,0,45); }

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

background-color css

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

 a { background-color: rgb(245,0,45); }

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

border-color css

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

 span { border-color: rgb(245,0,45); }

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