Html Css Color HEX #F5031C Torch Red

📋 copy color: '#F5031C'

red 245 ◦ green 3 ◦ blue 28

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

Shades of Torch Red #F5031C

Tints of Torch Red #F5031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.14%

R = 88.77%
G = 1.09%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5031C (or 0xF5031C) is known color: Torch Red. HEX triplet: F5, 03 and 1C. RGB value is (245,3,28). Sum of RGB (Red+Green+Blue) = 245+3+28=276 (36% of max value = 765). Red value is 245 (96.09% from 255 or 88.77% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 245 - color contains mainly: red. Hex color #F5031C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5031C is #0AFCE3. Grayscale: #4E4E4E. Windows color (decimal): -720100 or 1836021. OLE color: 1836021.

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

Color convert

RGB 245 3 28 -
CMYK 0 0.99 0.89 0.04
HSL 353.8º 0.98% 0.49% -
HSV(B) 353.8º 0.99% 0.96% -
XYZ 37.9 19.56 2.88 -
YUV 78.21 99.67 246.97 -
System Red Green Blue C M Y K H S L
Decimal 245 3 28 0 0.99 0.89 0.04 353.8 0.98 0.49
Hex F5 3 1C 0 63 59 4 162 62 31
Octal 365 3 34 0 143 131 4 542 142 61
Binary 11110101 11 11100 0 1100011 1011001 100 101100010 1100010 110001

Color Harmonies of #F5031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5031C

Black with #F5031C

Text Example


Text Example

White with #F5031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5031C; }

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

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

background-color css

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

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

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

border-color css

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

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

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