Html Css Color HEX #FF0204 Torch Red

📋 copy color: '#FF0204'

red 255 ◦ green 2 ◦ blue 4

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

Shades of Torch Red #FF0204

Tints of Torch Red #FF0204

RGB

 RED value IS 255 (100% from 255) = 97.7%

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

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

R = 97.7%
G = 0.77%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF0204 (or 0xFF0204) is known color: Torch Red. HEX triplet: FF, 02 and 04. RGB value is (255,2,4). Sum of RGB (Red+Green+Blue) = 255+2+4=261 (34% of max value = 765). Red value is 255 (100% from 255 or 97.70% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0204 is #00FDFB. Grayscale: #4E4E4E. Windows color (decimal): -65020 or 262911. OLE color: 262911.

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

Color convert

RGB 255 2 4 -
CMYK 0 0.99 0.98 0
HSL 359.53º 1% 0.5% -
HSV(B) 359.53º 0.99% 1% -
XYZ 41.28 21.31 2.05 -
YUV 77.88 86.32 254.34 -
System Red Green Blue C M Y K H S L
Decimal 255 2 4 0 0.99 0.98 0 359.53 1 0.5
Hex FF 2 4 0 63 62 0 168 64 32
Octal 377 2 4 0 143 142 0 550 144 62
Binary 11111111 10 100 0 1100011 1100010 0 101101000 1100100 110010

Color Harmonies of #FF0204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0204

Black with #FF0204

Text Example


Text Example

White with #FF0204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0204; }

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

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

background-color css

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

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

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

border-color css

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

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

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