Html Css Color HEX #FF0313 Torch Red

📋 copy color: '#FF0313'

red 255 ◦ green 3 ◦ blue 19

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

Shades of Torch Red #FF0313

Tints of Torch Red #FF0313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.86%

R = 92.06%
G = 1.08%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF0313 (or 0xFF0313) is known color: Torch Red. HEX triplet: FF, 03 and 13. RGB value is (255,3,19). Sum of RGB (Red+Green+Blue) = 255+3+19=277 (36% of max value = 765). Red value is 255 (100% from 255 or 92.06% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0313 is #00FCEC. Grayscale: #505050. Windows color (decimal): -64749 or 1246207. OLE color: 1246207.

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

Color convert

RGB 255 3 19 -
CMYK 0 0.99 0.93 0
HSL 356.19º 1% 0.51% -
HSV(B) 356.19º 0.99% 1% -
XYZ 41.39 21.37 2.56 -
YUV 80.17 93.49 252.7 -
System Red Green Blue C M Y K H S L
Decimal 255 3 19 0 0.99 0.93 0 356.19 1 0.51
Hex FF 3 13 0 63 5D 0 164 64 33
Octal 377 3 23 0 143 135 0 544 144 63
Binary 11111111 11 10011 0 1100011 1011101 0 101100100 1100100 110011

Color Harmonies of #FF0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0313

Black with #FF0313

Text Example


Text Example

White with #FF0313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0313; }

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

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

background-color css

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

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

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

border-color css

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

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

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