Html Css Color HEX #F5030D Torch Red

📋 copy color: '#F5030D'

red 245 ◦ green 3 ◦ blue 13

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

Shades of Torch Red #F5030D

Tints of Torch Red #F5030D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.98%

R = 93.87%
G = 1.15%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5030D (or 0xF5030D) is known color: Torch Red. HEX triplet: F5, 03 and 0D. RGB value is (245,3,13). Sum of RGB (Red+Green+Blue) = 245+3+13=261 (34% of max value = 765). Red value is 245 (96.09% from 255 or 93.87% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 245 - color contains mainly: red. Hex color #F5030D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5030D is #0AFCF2. Grayscale: #4C4C4C. Windows color (decimal): -720115 or 852981. OLE color: 852981.

HSL color Cylindrical-coordinate representation of color #F5030D: hue angle of 357.52º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5030D is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 3 13 -
CMYK 0 0.99 0.95 0.04
HSL 357.52º 0.98% 0.49% -
HSV(B) 357.52º 0.99% 0.96% -
XYZ 37.76 19.51 2.16 -
YUV 76.5 92.17 248.19 -
System Red Green Blue C M Y K H S L
Decimal 245 3 13 0 0.99 0.95 0.04 357.52 0.98 0.49
Hex F5 3 D 0 63 5F 4 166 62 31
Octal 365 3 15 0 143 137 4 546 142 61
Binary 11110101 11 1101 0 1100011 1011111 100 101100110 1100010 110001

Color Harmonies of #F5030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5030D

Black with #F5030D

Text Example


Text Example

White with #F5030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5030D; }

 p { color: rgb(245,3,13); }

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

background-color css

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

 a { background-color: rgb(245,3,13); }

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

border-color css

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

 span { border-color: rgb(245,3,13); }

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