Html Css Color HEX #FF0319 Torch Red

📋 copy color: '#FF0319'

red 255 ◦ green 3 ◦ blue 25

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

Shades of Torch Red #FF0319

Tints of Torch Red #FF0319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.83%

R = 90.11%
G = 1.06%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF0319 (or 0xFF0319) is known color: Torch Red. HEX triplet: FF, 03 and 19. RGB value is (255,3,25). Sum of RGB (Red+Green+Blue) = 255+3+25=283 (37% of max value = 765). Red value is 255 (100% from 255 or 90.11% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0319 is #00FCE6. Grayscale: #515151. Windows color (decimal): -64743 or 1639423. OLE color: 1639423.

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

Color convert

RGB 255 3 25 -
CMYK 0 0.99 0.90 0
HSL 354.76º 1% 0.51% -
HSV(B) 354.76º 0.99% 1% -
XYZ 41.45 21.4 2.86 -
YUV 80.86 96.49 252.21 -
System Red Green Blue C M Y K H S L
Decimal 255 3 25 0 0.99 0.90 0 354.76 1 0.51
Hex FF 3 19 0 63 5A 0 163 64 33
Octal 377 3 31 0 143 132 0 543 144 63
Binary 11111111 11 11001 0 1100011 1011010 0 101100011 1100100 110011

Color Harmonies of #FF0319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0319

Black with #FF0319

Text Example


Text Example

White with #FF0319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0319; }

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

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

background-color css

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

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

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

border-color css

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

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

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