Html Css Color HEX #F9003D Torch Red

📋 copy color: '#F9003D'

red 249 ◦ green 0 ◦ blue 61

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

Shades of Torch Red #F9003D

Tints of Torch Red #F9003D

RGB

 RED value IS 249 (97.66% from 255) = 80.32%

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

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

R = 80.32%
G = 0%
B = 19.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9003D (or 0xF9003D) is known color: Torch Red. HEX triplet: F9, 00 and 3D. RGB value is (249,0,61). Sum of RGB (Red+Green+Blue) = 249+0+61=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F9003D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9003D is #06FFC2. Grayscale: #515151. Windows color (decimal): -458691 or 3997945. OLE color: 3997945.

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

Color convert

RGB 249 0 61 -
CMYK 0 1 0.76 0.02
HSL 345.3º 1% 0.49% -
HSV(B) 345.3º 1% 0.98% -
XYZ 39.91 20.48 6.26 -
YUV 81.41 116.49 247.54 -
System Red Green Blue C M Y K H S L
Decimal 249 0 61 0 1 0.76 0.02 345.3 1 0.49
Hex F9 0 3D 0 64 4C 2 159 64 31
Octal 371 0 75 0 144 114 2 531 144 61
Binary 11111001 0 111101 0 1100100 1001100 10 101011001 1100100 110001

Color Harmonies of #F9003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9003D

Black with #F9003D

Text Example


Text Example

White with #F9003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9003D; }

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

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

background-color css

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

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

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

border-color css

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

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

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