Html Css Color HEX #FD0309 Torch Red

📋 copy color: '#FD0309'

red 253 ◦ green 3 ◦ blue 9

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

Shades of Torch Red #FD0309

Tints of Torch Red #FD0309

RGB

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

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

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

R = 95.47%
G = 1.13%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD0309 (or 0xFD0309) is known color: Torch Red. HEX triplet: FD, 03 and 09. RGB value is (253,3,9). Sum of RGB (Red+Green+Blue) = 253+3+9=265 (35% of max value = 765). Red value is 253 (99.22% from 255 or 95.47% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0309 is #02FCF6. Grayscale: #4E4E4E. Windows color (decimal): -195831 or 590845. OLE color: 590845.

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

Color convert

RGB 253 3 9 -
CMYK 0 0.99 0.96 0.01
HSL 358.56º 0.98% 0.5% -
HSV(B) 358.56º 0.99% 0.99% -
XYZ 40.59 20.97 2.17 -
YUV 78.43 88.83 252.51 -
System Red Green Blue C M Y K H S L
Decimal 253 3 9 0 0.99 0.96 0.01 358.56 0.98 0.5
Hex FD 3 9 0 63 60 1 167 62 32
Octal 375 3 11 0 143 140 1 547 142 62
Binary 11111101 11 1001 0 1100011 1100000 1 101100111 1100010 110010

Color Harmonies of #FD0309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0309

Black with #FD0309

Text Example


Text Example

White with #FD0309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0309; }

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

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

background-color css

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

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

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

border-color css

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

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

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