Html Css Color HEX #FF0304 Torch Red

📋 copy color: '#FF0304'

red 255 ◦ green 3 ◦ blue 4

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

Shades of Torch Red #FF0304

Tints of Torch Red #FF0304

RGB

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

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

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

R = 97.33%
G = 1.15%
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

#FF0304 (or 0xFF0304) is known color: Torch Red. HEX triplet: FF, 03 and 04. RGB value is (255,3,4). Sum of RGB (Red+Green+Blue) = 255+3+4=262 (34% of max value = 765). Red value is 255 (100% from 255 or 97.33% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0304 is #00FCFB. Grayscale: #4E4E4E. Windows color (decimal): -64764 or 263167. OLE color: 263167.

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

Color convert

RGB 255 3 4 -
CMYK 0 0.99 0.98 0
HSL 359.76º 1% 0.51% -
HSV(B) 359.76º 0.99% 1% -
XYZ 41.29 21.33 2.06 -
YUV 78.46 85.99 253.92 -
System Red Green Blue C M Y K H S L
Decimal 255 3 4 0 0.99 0.98 0 359.76 1 0.51
Hex FF 3 4 0 63 62 0 168 64 33
Octal 377 3 4 0 143 142 0 550 144 63
Binary 11111111 11 100 0 1100011 1100010 0 101101000 1100100 110011

Color Harmonies of #FF0304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0304

Black with #FF0304

Text Example


Text Example

White with #FF0304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0304; }

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

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

background-color css

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

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

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

border-color css

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

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

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