Html Css Color HEX #FD0204 Torch Red

📋 copy color: '#FD0204'

red 253 ◦ green 2 ◦ blue 4

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

Shades of Torch Red #FD0204

Tints of Torch Red #FD0204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 97.68%
G = 0.77%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD0204 (or 0xFD0204) is known color: Torch Red. HEX triplet: FD, 02 and 04. RGB value is (253,2,4). Sum of RGB (Red+Green+Blue) = 253+2+4=259 (34% of max value = 765). Red value is 253 (99.22% from 255 or 97.68% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0204 is #02FDFB. Grayscale: #4D4D4D. Windows color (decimal): -196092 or 262909. OLE color: 262909.

HSL color Cylindrical-coordinate representation of color #FD0204: hue angle of 359.52º 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 #FD0204 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 2 4 -
CMYK 0 0.99 0.98 0.01
HSL 359.52º 0.98% 0.5% -
HSV(B) 359.52º 0.99% 0.99% -
XYZ 40.55 20.93 2.02 -
YUV 77.28 86.66 253.34 -
System Red Green Blue C M Y K H S L
Decimal 253 2 4 0 0.99 0.98 0.01 359.52 0.98 0.5
Hex FD 2 4 0 63 62 1 168 62 32
Octal 375 2 4 0 143 142 1 550 142 62
Binary 11111101 10 100 0 1100011 1100010 1 101101000 1100010 110010

Color Harmonies of #FD0204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0204

Black with #FD0204

Text Example


Text Example

White with #FD0204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0204; }

 p { color: rgb(253,2,4); }

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

background-color css

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

 a { background-color: rgb(253,2,4); }

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

border-color css

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

 span { border-color: rgb(253,2,4); }

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