Html Css Color HEX #F8003D Torch Red

📋 copy color: '#F8003D'

red 248 ◦ green 0 ◦ blue 61

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

Shades of Torch Red #F8003D

Tints of Torch Red #F8003D

RGB

 RED value IS 248 (97.27% from 255) = 80.26%

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

 BLUE value IS 61 (24.22% from 255) = 19.74%

R = 80.26%
G = 0%
B = 19.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8003D (or 0xF8003D) is known color: Torch Red. HEX triplet: F8, 00 and 3D. RGB value is (248,0,61). Sum of RGB (Red+Green+Blue) = 248+0+61=309 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.26% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 248 - color contains mainly: red. Hex color #F8003D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8003D is #07FFC2. Grayscale: #515151. Windows color (decimal): -524227 or 3997944. OLE color: 3997944.

HSL color Cylindrical-coordinate representation of color #F8003D: hue angle of 345.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8003D is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 0 61 -
CMYK 0 1 0.75 0.03
HSL 345.24º 1% 0.49% -
HSV(B) 345.24º 1% 0.97% -
XYZ 39.55 20.29 6.25 -
YUV 81.11 116.66 247.04 -
System Red Green Blue C M Y K H S L
Decimal 248 0 61 0 1 0.75 0.03 345.24 1 0.49
Hex F8 0 3D 0 64 4B 3 159 64 31
Octal 370 0 75 0 144 113 3 531 144 61
Binary 11111000 0 111101 0 1100100 1001011 11 101011001 1100100 110001

Color Harmonies of #F8003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8003D

Black with #F8003D

Text Example


Text Example

White with #F8003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8003D; }

 p { color: rgb(248,0,61); }

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

background-color css

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

 a { background-color: rgb(248,0,61); }

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

border-color css

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

 span { border-color: rgb(248,0,61); }

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