Html Css Color HEX #FD0009 Torch Red

📋 copy color: '#FD0009'

red 253 ◦ green 0 ◦ blue 9

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

Shades of Torch Red #FD0009

Tints of Torch Red #FD0009

RGB

 RED value IS 253 (99.22% from 255) = 96.56%

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

 BLUE value IS 9 (3.91% from 255) = 3.44%

R = 96.56%
G = 0%
B = 3.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD0009 (or 0xFD0009) is known color: Torch Red. HEX triplet: FD, 00 and 09. RGB value is (253,0,9). Sum of RGB (Red+Green+Blue) = 253+0+9=262 (34% of max value = 765). Red value is 253 (99.22% from 255 or 96.56% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0009 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0009 is #02FFF6. Grayscale: #4C4C4C. Windows color (decimal): -196599 or 590077. OLE color: 590077.

HSL color Cylindrical-coordinate representation of color #FD0009: hue angle of 357.87º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0009 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 0 9 -
CMYK 0 1 0.96 0.01
HSL 357.87º 1% 0.5% -
HSV(B) 357.87º 1% 0.99% -
XYZ 40.56 20.9 2.16 -
YUV 76.67 89.82 253.77 -
System Red Green Blue C M Y K H S L
Decimal 253 0 9 0 1 0.96 0.01 357.87 1 0.5
Hex FD 0 9 0 64 60 1 166 64 32
Octal 375 0 11 0 144 140 1 546 144 62
Binary 11111101 0 1001 0 1100100 1100000 1 101100110 1100100 110010

Color Harmonies of #FD0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0009

Black with #FD0009

Text Example


Text Example

White with #FD0009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0009; }

 p { color: rgb(253,0,9); }

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

background-color css

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

 a { background-color: rgb(253,0,9); }

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

border-color css

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

 span { border-color: rgb(253,0,9); }

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