Html Css Color HEX #FF0314 Torch Red

📋 copy color: '#FF0314'

red 255 ◦ green 3 ◦ blue 20

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

Shades of Torch Red #FF0314

Tints of Torch Red #FF0314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.19%

R = 91.73%
G = 1.08%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF0314 (or 0xFF0314) is known color: Torch Red. HEX triplet: FF, 03 and 14. RGB value is (255,3,20). Sum of RGB (Red+Green+Blue) = 255+3+20=278 (36% of max value = 765). Red value is 255 (100% from 255 or 91.73% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0314 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0314 is #00FCEB. Grayscale: #505050. Windows color (decimal): -64748 or 1311743. OLE color: 1311743.

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

Color convert

RGB 255 3 20 -
CMYK 0 0.99 0.92 0
HSL 355.95º 1% 0.51% -
HSV(B) 355.95º 0.99% 1% -
XYZ 41.4 21.38 2.61 -
YUV 80.29 93.99 252.62 -
System Red Green Blue C M Y K H S L
Decimal 255 3 20 0 0.99 0.92 0 355.95 1 0.51
Hex FF 3 14 0 63 5C 0 164 64 33
Octal 377 3 24 0 143 134 0 544 144 63
Binary 11111111 11 10100 0 1100011 1011100 0 101100100 1100100 110011

Color Harmonies of #FF0314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0314

Black with #FF0314

Text Example


Text Example

White with #FF0314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0314; }

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

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

background-color css

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

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

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

border-color css

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

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

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