Html Css Color HEX #F9001D Torch Red

📋 copy color: '#F9001D'

red 249 ◦ green 0 ◦ blue 29

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

Shades of Torch Red #F9001D

Tints of Torch Red #F9001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.43%

R = 89.57%
G = 0%
B = 10.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F9001D (or 0xF9001D) is known color: Torch Red. HEX triplet: F9, 00 and 1D. RGB value is (249,0,29). Sum of RGB (Red+Green+Blue) = 249+0+29=278 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.57% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 249 - color contains mainly: red. Hex color #F9001D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9001D is #06FFE2. Grayscale: #4D4D4D. Windows color (decimal): -458723 or 1900793. OLE color: 1900793.

HSL color Cylindrical-coordinate representation of color #F9001D: hue angle of 353.01º 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 #F9001D is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 0 29 -
CMYK 0 1 0.88 0.02
HSL 353.01º 1% 0.49% -
HSV(B) 353.01º 1% 0.98% -
XYZ 39.29 20.23 3 -
YUV 77.76 100.49 250.14 -
System Red Green Blue C M Y K H S L
Decimal 249 0 29 0 1 0.88 0.02 353.01 1 0.49
Hex F9 0 1D 0 64 58 2 161 64 31
Octal 371 0 35 0 144 130 2 541 144 61
Binary 11111001 0 11101 0 1100100 1011000 10 101100001 1100100 110001

Color Harmonies of #F9001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9001D

Black with #F9001D

Text Example


Text Example

White with #F9001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9001D; }

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

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

background-color css

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

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

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

border-color css

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

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

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